PyLance reports a type error here:
|
sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach()) |
And here:
|
sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach()) |
The type error is:
Cannot access attribute "detach" for class "TextIO"
Attribute "detach" is unknownPylancereportAttributeAccessIssue
PyLance reports a type error here:
DuneQueryRepo/scripts/pull_from_dune.py
Line 9 in e809639
And here:
DuneQueryRepo/scripts/push_to_dune.py
Line 9 in e809639
The type error is: