Skip to content

Commit

Permalink
#241: Remove init from ICAT backend
Browse files Browse the repository at this point in the history
- This is no longer used (was used for client handling previously before the object-pool-cache design was implemented)
  • Loading branch information
MRichards99 committed Aug 13, 2021
1 parent 97d74b6 commit 0c57614
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datagateway_api/common/icat/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ class PythonICATBackend(Backend):
Class that contains functions to access and modify data in an ICAT database directly
"""

def __init__(self):
pass

def login(self, credentials, **kwargs):
log.info("Logging in to get session ID")
client_pool = kwargs.get("client_pool")
Expand Down

0 comments on commit 0c57614

Please sign in to comment.