Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed Sep 17, 2023
1 parent d8504a3 commit 23420e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cercis/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@

from mypy_extensions import mypyc_attr

from cercis.cache import CACHE_DIR
from cercis.mode import Mode, Preview
from cercis.strings import has_triple_quotes
from blib2to3 import pygram
from blib2to3.pgen2 import token
from blib2to3.pytree import NL, Leaf, Node, type_repr
from cercis.cache import CACHE_DIR
from cercis.mode import Mode, Preview
from cercis.strings import has_triple_quotes

pygram.initialize(CACHE_DIR)
Expand Down

0 comments on commit 23420e6

Please sign in to comment.