Skip to content

Commit

Permalink
Merge branch 'dl' of github.com:saezlab/pypath into dl
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Nov 19, 2024
2 parents 61847fc + b170efa commit e1cb536
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion pypath/inputs/abs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import download_manager as dm

import pypath.share.curl as curl
import pypath.resources.urls as urls


Expand Down
1 change: 0 additions & 1 deletion pypath/inputs/acsn.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import download_manager as dm

import pypath.resources.urls as urls
import pypath.share.curl as curl


def acsn_interactions(keep_in_complex_interactions = True):
Expand Down
3 changes: 1 addition & 2 deletions pypath/inputs/adhesome.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

import download_manager as dm

import pypath.share.curl as curl
import pypath.share.common as common
import pypath.resources.urls as urls
import pypath.utils.mapping as mapping
Expand All @@ -38,7 +37,7 @@ def adhesome_interactions():
url = urls.urls['adhesome']['interactions']

dmanager = dm.DownloadManager(pkg='pypath')
desc, item, downloader, dest = dmanager._download(url)
_, item, *_ = dmanager._download(url)

c = item.open(large=True)

Expand Down
1 change: 0 additions & 1 deletion pypath/inputs/adrecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

import download_manager as dm

import pypath.share.curl as curl
import pypath.resources.urls as urls
import pypath.inputs.common as inputs_common

Expand Down

0 comments on commit e1cb536

Please sign in to comment.