Skip to content

Commit c9ee9a5

Browse files
committed
pylint over types_lut.py
1 parent 5fd95e3 commit c9ee9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OCCUtils/types_lut.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def fix_formatting(_str):
159159
classes = dir()
160160
geom_classes = []
161161
for elem in classes:
162-
if (elem.startswith('Geom') and not 'swig' in elem):
162+
if elem.startswith('Geom') and not 'swig' in elem:
163163
geom_classes.append(elem)
164164

165165

0 commit comments

Comments
 (0)