Skip to content

Commit 220cfde

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

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
@@ -63,12 +63,7 @@
6363
handle_non_ext_method,
6464
load_type,
6565
)
66-
from mypyc.irbuild.util import (
67-
dataclass_type,
68-
get_func_def,
69-
is_constant,
70-
is_dataclass_decorator,
71-
)
66+
from mypyc.irbuild.util import dataclass_type, get_func_def, is_constant, is_dataclass_decorator
7267
from mypyc.primitives.dict_ops import dict_new_op, dict_set_item_op
7368
from mypyc.primitives.generic_ops import (
7469
iter_op,

0 commit comments

Comments
 (0)