Skip to content

Commit 2379a28

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 34eb9c1 commit 2379a28

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

mypyc/irbuild/classdef.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,7 @@
6464
handle_non_ext_method,
6565
load_type,
6666
)
67-
from mypyc.irbuild.util import (
68-
dataclass_type,
69-
get_func_def,
70-
is_constant,
71-
is_dataclass_decorator,
72-
)
67+
from mypyc.irbuild.util import dataclass_type, get_func_def, is_constant, is_dataclass_decorator
7368
from mypyc.primitives.dict_ops import dict_new_op, dict_set_item_op
7469
from mypyc.primitives.generic_ops import (
7570
iter_op,

0 commit comments

Comments
 (0)