Skip to content

Commit

Permalink
remove uncessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 1, 2024
1 parent 72d735c commit ee24282
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/omero/gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2097,8 +2097,6 @@ def _resetOmeroClient(self):
self.c.__del__()
self.c = None
except omero.ClientError: # no session available
self.c.__del__()
self.c = None
pass

if self.host is not None:
Expand Down

0 comments on commit ee24282

Please sign in to comment.