Skip to content

Commit

Permalink
Merge pull request #6 from davidcl/try-ruff
Browse files Browse the repository at this point in the history
fix issues reported by ruff - https://github.com/astral-sh/ruff
  • Loading branch information
sylvestre authored Jun 17, 2024
2 parents 910de54 + 12cfc83 commit 4885817
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions classRepresentation/objectGiws.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ class objectGiws:
# Which class it extends
__extends = None

def __init__(self, name):
self.__name = name
self.__methods = []

def __init__(self, name, extends):
self.__name = name
self.__methods = []
Expand Down

0 comments on commit 4885817

Please sign in to comment.