Skip to content
Prev Previous commit
Next Next commit
--python-version 3.9 because type vs Type in output
  • Loading branch information
tyralla committed Nov 2, 2024
commit a842600bb1c463a5e756f5dbcf56e7e277b5c748
1 change: 1 addition & 0 deletions test-data/unit/check-deprecated.test
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ C().g = "x" # N: function __main__.C.g is deprecated: use g2 instead \


[case testDeprecatedDescriptor]
# flags: --python-version 3.9

from typing import Optional, Type, Union
from typing_extensions import deprecated, overload
Expand Down
Loading