Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Dec 18, 2018
1 parent d7766e1 commit 3d28f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bowler/type_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
from fissix.pgen2 import token
from fissix.pgen2.driver import Driver

from .types import LN, SYMBOL, TOKEN
from .helpers import is_call_to
from .types import LN, SYMBOL, TOKEN

__all__ = ["InferredType", "numeric_expr_type"]

Expand Down

0 comments on commit 3d28f56

Please sign in to comment.