Skip to content

Commit

Permalink
builtins.Any -> Any (why?)
Browse files Browse the repository at this point in the history
  • Loading branch information
elazarg committed Mar 29, 2017
1 parent a7d92e2 commit 55949ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/unit/semanal-types.test
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ MypyFile:1(
f
Args(
Var(a))
def (a: builtins.Any) -> builtins.Any
def (a: Any) -> Any
Block:7(
ReturnStmt:7(
NameExpr(a [l]))))
Expand Down

0 comments on commit 55949ea

Please sign in to comment.