-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
PyLance reports a type error here:
| sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach()) |
And here:
DuneQueryRepo/scripts/push_to_dune.py
Line 9 in e809639
| sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach()) |
The type error is:
Cannot access attribute "detach" for class "TextIO"
Attribute "detach" is unknownPylancereportAttributeAccessIssue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels