Skip to content

Commit 7bd2bda

Browse files
committed
Remove unused imports
1 parent 8baf23f commit 7bd2bda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/quark

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
import os
44
import sys
5-
import importlib
5+
66
bin_dir = os.path.dirname(os.path.realpath(__file__))
77
sys.path.insert(0, os.path.join(bin_dir, ".."))
8-
from quark import checkout, update, freeze, status
9-
from quark.entrypoints import commands, aliases
8+
from quark.entrypoints import aliases, commands # noqa: E402
9+
1010

1111
def main():
1212
argc = len(sys.argv)

0 commit comments

Comments
 (0)