Skip to content

Commit

Permalink
Fixes mypy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 20, 2019
1 parent 3fed658 commit 517d559
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ def set_node_context(tree: ast.AST) -> ast.AST:

def _find_context(
node: ast.AST,
contexts: Tuple[Type[ast.AST]],
contexts: Tuple[Type[ast.AST], ...],
) -> Optional[ast.AST]:
"""
We changed how we find and assign contexts in 0.8.1 version.
Expand Down

0 comments on commit 517d559

Please sign in to comment.