Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
udim committed Feb 12, 2020
1 parent cc854f5 commit 469319e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/python/apache_beam/typehints/decorators_test_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def fn(a: int) -> int:
@decorators.no_annotations
def fn2(a: int) -> int:
return a

_ = ['a', 'b', 'c'] | Map(fn2) # Doesn't raise - no input type hints.


Expand Down

0 comments on commit 469319e

Please sign in to comment.