Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueswww committed May 9, 2019
1 parent ffff148 commit 86c589f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/parser/parser_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ def return_check(self, node: Union[python_ast.AST, List[Any]]) -> bool:


def annotate_ast(
parsed_ast: python_ast.Module,
parsed_ast: Union[python_ast.AST, python.Module],
source_code: str,
class_types: Optional[ClassTypes] = None,
) -> None:
Expand Down

0 comments on commit 86c589f

Please sign in to comment.