Skip to content

Commit

Permalink
#223: Remove irrelevant docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed May 17, 2021
1 parent 0a202d3 commit da118af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions datagateway_api/common/database/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ class DatabaseFilterUtilities:
"""

def __init__(self):
"""
The `distinct_join_flag` tracks if JOINs need to be added to the query - on a
distinct filter, if there's no unrelated fields (i.e. no fields with a
`related_depth` of 1), adding JOINs to the query (using `add_query_join()`)
will result in a `sqlalchemy.exc.InvalidRequestError`
"""
self.field = None
self.related_field = None
self.related_related_field = None
Expand Down

0 comments on commit da118af

Please sign in to comment.