Skip to content

Commit

Permalink
Fixed warning in test_exec_no_namespace()
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 10, 2021
1 parent 4c98adc commit 03db54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_typeguard.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_exec_no_namespace():
from typeguard import typechecked
@typechecked
def f():
def f() -> None:
pass
"""), {})
Expand Down

0 comments on commit 03db54f

Please sign in to comment.