[go: nahoru, domu]

Skip to content

Commit

Permalink
fixed spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed Apr 18, 2024
1 parent 13f6215 commit b74f75c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/hub/dataload/sources/reactome/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ class ReactomeDumper(LastModifiedHTTPDumper):
SRC_URLS = ["https://reactome.org/download/current/NCBI2Reactome_All_Levels.txt"]
SCHEDULE = "0 6 * * *"


def set_release(self):
self.release = requests.get(
"https://reactome.org/ContentService/data/database/version"
).json()
def set_release(self):
self.release = str(
requests.get(
"https://reactome.org/ContentService/data/database/version"
).json()
)

0 comments on commit b74f75c

Please sign in to comment.