Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueswww committed May 9, 2019
1 parent be7e2b3 commit 2c8ffc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion vyper/parser/events.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from vyper import ast

from vyper.exceptions import (
InvalidLiteralException,
TypeMismatchException,
Expand Down
6 changes: 0 additions & 6 deletions vyper/parser/parser.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import ast

from vyper import ast
from vyper.ast_utils import (
parse_to_ast,
)
from vyper.exceptions import (
EventDeclarationException,
FunctionDeclarationException,
ParserException,
StructureException,
)
from vyper.parser.function_definitions import (
Expand All @@ -21,9 +18,6 @@
from vyper.parser.lll_node import (
LLLnode,
)
from vyper.parser.pre_parser import (
pre_parse,
)
from vyper.signatures import (
sig_utils,
)
Expand Down

0 comments on commit 2c8ffc3

Please sign in to comment.