utils.parse doesn't need to import utils
This commit is contained in:
parent
080bcef3a0
commit
4d85c3d1e0
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
import io, typing
|
import io, typing
|
||||||
from src import utils
|
|
||||||
|
|
||||||
COMMENT_TYPES = ["#", "//"]
|
COMMENT_TYPES = ["#", "//"]
|
||||||
def hashflags(filename: str
|
def hashflags(filename: str
|
||||||
|
|
Loading…
Reference in a new issue