Skip to content

Commit

Permalink
Merge pull request #200 from DimitriPapadopoulos/self.name
Browse files Browse the repository at this point in the history
Delete dead code
  • Loading branch information
sbesson authored Jan 8, 2025
2 parents 59688e0 + 224aec9 commit aefb350
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xsd-fu/python/ome/modeltools/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def __init__(self, element, parent, model):
self.isUnique = False
self.isImmutable = False
self._isGlobal = False
self.base in ('Annotation', 'BasicAnnotation') \
or self.name == 'Annotation'
self.plural = None
self.manyToMany = False
self.isAbstractSubstitution = self.model.opts.lang.hasSubstitutionGroup(self.name)
Expand Down

0 comments on commit aefb350

Please sign in to comment.