Skip to content

Commit

Permalink
remove _FilesetWrapper._getQueryString()
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Mar 28, 2024
1 parent b86cd89 commit 5ad53eb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/omero/gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7535,20 +7535,6 @@ class _FilesetWrapper (BlitzObjectWrapper):

OMERO_CLASS = 'Fileset'

@classmethod
def _getQueryString(cls, opts=None):
"""
Used for building queries in generic methods such as
getObjects("Fileset").
Returns a tuple of (query, clauses, params).
:param opts: Dictionary of optional parameters.
NB: No options supported for this class.
:return: Tuple of string, list, ParametersI
"""
query = "select obj from Fileset obj"
return query, [], omero.sys.ParametersI()

def _loadImages(self):
""" Load the Images linked to this Fileset """
params = omero.sys.ParametersI()
Expand Down

0 comments on commit 5ad53eb

Please sign in to comment.