We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7b63b commit d1c151dCopy full SHA for d1c151d
pycardano/cbor.py
@@ -9,6 +9,6 @@
9
import os
10
11
if os.getenv("CBOR_C_EXTENSION", "0") == "1":
12
- import cbor2
+ import cbor2 # noqa: F401
13
else:
14
- import cbor2pure as cbor2 # type: ignore[no-redef]
+ import cbor2pure as cbor2 # type: ignore # noqa: F401
0 commit comments