Skip to content

Commit d1c151d

Browse files
committed
fix linter
1 parent 4a7b63b commit d1c151d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycardano/cbor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
import os
1010

1111
if os.getenv("CBOR_C_EXTENSION", "0") == "1":
12-
import cbor2
12+
import cbor2 # noqa: F401
1313
else:
14-
import cbor2pure as cbor2 # type: ignore[no-redef]
14+
import cbor2pure as cbor2 # type: ignore # noqa: F401

0 commit comments

Comments
 (0)