Skip to content

Commit 513153b

Browse files
committed
Lint
1 parent 3119162 commit 513153b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/primitives/librt_strings_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Final
22

3-
from mypyc.ir.deps import LIBRT_STRINGS, BYTES_WRITER_EXTRA_OPS
3+
from mypyc.ir.deps import BYTES_WRITER_EXTRA_OPS, LIBRT_STRINGS
44
from mypyc.ir.ops import ERR_MAGIC, ERR_NEVER
55
from mypyc.ir.rtypes import (
66
KNOWN_NATIVE_TYPES,

0 commit comments

Comments
 (0)