Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit e6725fb

Browse files
byronbyronz
authored andcommitted
:minus: remove import
1 parent 07db096 commit e6725fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"start": "webpack-serve ./webpack.serve.config.js --open",
1818
"lint": "eslint src tests",
1919
"lint:py": "flake8 --ignore=E501,F401,F841,F811 tests",
20-
"test": "run-s -c lint lint:py format:test test-unit test:py test:pyimport test:intg",
20+
"test": "run-s -c lint lint:py format:test test-unit test:py test:intg",
2121
"test:py": "pytest tests/test_integration.py",
2222
"test:intg": "pytest tests/integration",
2323
"test:pyimport": "pytest tests/test_dash_import.py",

0 commit comments

Comments
 (0)