Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jul 15, 2023
1 parent 2779afc commit 37456c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vyper/codegen/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

from typing import Any, List

from vyper.codegen import jumptable
from vyper.codegen import core
from vyper.codegen import core, jumptable
from vyper.codegen.core import shr
from vyper.codegen.function_definitions import generate_ir_for_function
from vyper.codegen.global_context import GlobalContext
Expand Down

0 comments on commit 37456c3

Please sign in to comment.