Skip to content

Commit 7c16e68

Browse files
author
Tom Gneuß
committed
fix pylint warnings
1 parent 98b48ac commit 7c16e68

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

aas_core_codegen/protobuf/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from icontract import ensure, require
77

88
from aas_core_codegen import intermediate
9-
from aas_core_codegen.common import Stripped, assert_never, Identifier
9+
from aas_core_codegen.common import Stripped, assert_never
1010
from aas_core_codegen.protobuf import naming as proto_naming
1111

1212

aas_core_codegen/protobuf/naming.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
from typing import Union
44

5-
from icontract import ensure
6-
75
import aas_core_codegen.naming
86
from aas_core_codegen import intermediate
97
from aas_core_codegen.common import Identifier, assert_never

0 commit comments

Comments
 (0)