Skip to content

Commit

Permalink
relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Jun 24, 2024
1 parent 87b92bc commit b0a3d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CanDI/setup/install.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import argparse
from manager import DataverseDepMap, BroadDepMap
from .manager import DataverseDepMap, BroadDepMap


def main():
Expand Down
2 changes: 1 addition & 1 deletion CanDI/setup/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from time import sleep
from pathlib import Path
from concurrent.futures import ThreadPoolExecutor
from dataverse import depmap_dataverse_download, CANDI_DATAVERSE_DOI
from .dataverse import depmap_dataverse_download, CANDI_DATAVERSE_DOI


class Manager(object):
Expand Down

0 comments on commit b0a3d18

Please sign in to comment.