Skip to content

Commit ca22a58

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7f59edf commit ca22a58

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

mypyc/primitives/registry.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -364,12 +364,3 @@ def load_address_op(name: str, type: RType, src: str) -> LoadAddressDescription:
364364

365365

366366
# Import various modules that set up global state.
367-
import mypyc.primitives.bytes_ops
368-
import mypyc.primitives.dict_ops
369-
import mypyc.primitives.float_ops
370-
import mypyc.primitives.int_ops
371-
import mypyc.primitives.list_ops
372-
import mypyc.primitives.misc_ops
373-
import mypyc.primitives.str_ops
374-
import mypyc.primitives.tuple_ops # noqa: F401
375-
import mypyc.primitives.weakref_ops

0 commit comments

Comments
 (0)