Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Oct 2, 2023
1 parent 407703c commit 64bdf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ast/test_pre_parser.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import pytest

from vyper.ast.pre_parser import pre_parse, validate_version_pragma
from vyper.compiler.settings import OptimizationLevel, Settings
from vyper.compiler.phases import CompilerData
from vyper.compiler.settings import OptimizationLevel, Settings
from vyper.exceptions import VersionException

SRC_LINE = (1, 0) # Dummy source line
Expand Down

0 comments on commit 64bdf8e

Please sign in to comment.