mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-14 03:29:34 +08:00
These caused false positives, for example in code like this:
```
with freeze_time(None) as ft: # False positive here
ft.tick(3) # False positive here
```