Skip to content

Commit

Permalink
Remove client object
Browse files Browse the repository at this point in the history
  • Loading branch information
ahdamin committed Dec 17, 2024
1 parent 977a240 commit d36ba0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions microSALT/utils/referencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,7 @@ def add_pubmlst(self, organism):

def query_pubmlst(self):
""" Returns a json object containing all organisms available via pubmlst.org """
client = PubMLSTClient()
db_query = client.query_databases()
db_query = self.client.query_databases()
return db_query


Expand Down

0 comments on commit d36ba0d

Please sign in to comment.