Skip to content

Commit

Permalink
Update positional_only.py
Browse files Browse the repository at this point in the history
  • Loading branch information
omry authored Mar 11, 2021
1 parent 3a05ff4 commit 9280fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/instantiate/positional_only.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from typing import Any

# Contains Python 3.8 syntax, disable mypy on Python 3.6 will fail to parse it normally.
# Contains Python 3.8 syntax, mypy on Python < 3.8 will fail to parse it normally.
# To work around it, the code is executed as string instead of as good old class.

text = """
Expand Down

0 comments on commit 9280fff

Please sign in to comment.