Skip to content

Commit 4885817

Browse files
authored
Merge pull request #6 from davidcl/try-ruff
fix issues reported by ruff - https://github.com/astral-sh/ruff
2 parents 910de54 + 12cfc83 commit 4885817

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

classRepresentation/objectGiws.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ class objectGiws:
4747
# Which class it extends
4848
__extends = None
4949

50-
def __init__(self, name):
51-
self.__name = name
52-
self.__methods = []
53-
5450
def __init__(self, name, extends):
5551
self.__name = name
5652
self.__methods = []

0 commit comments

Comments
 (0)