Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jan 30, 2025
1 parent a7dba07 commit a56bde0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/deferredannos.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from typeguard import typechecked


@typechecked
def uses_forwardref(x: NotYetDefined) -> NotYetDefined:
return x


class NotYetDefined:
pass

0 comments on commit a56bde0

Please sign in to comment.