Skip to content
Snippets Groups Projects
Commit 22bc3bed authored by Xiao Gui's avatar Xiao Gui
Browse files

remove unused imports

parent 91f97ecc
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,7 @@ const fs = require('fs')
const path = require('path')
const { promisify } = require('util')
const asyncReadfile = promisify(fs.readFile)
const { expect } = require('chai')
const { pid } = require('process')
const { assert } = require('console')
const { expect, assert } = require('chai')
const templateFiles = [
'bigbrain.json',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment