Skip to content

Commit

Permalink
Imports fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli4 committed Oct 4, 2020
1 parent 1b4de44 commit cb2759a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eyepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__version__ = "0.1.0"

import eyepy.data as data
from .core.base import Oct, Bscan, Annotation, Meta, EnfaceImage
from eyepy.core.base import Oct, Bscan, Annotation, Meta, EnfaceImage
4 changes: 2 additions & 2 deletions eyepy/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import zipfile
from pathlib import Path

import eyepy as ep
from eyepy.core.base import Oct

SAMPLE_DATA = {"drusen_patient":
('https://uni-bonn.sciebo.de/s/VD8CPAgDKp2EYlm/download',
ep.Oct.from_heyex_xml)}
Oct.from_heyex_xml)}

EYEPY_DATA_DIR = Path("~/.eyepy/data").expanduser()
if not EYEPY_DATA_DIR.is_dir():
Expand Down

0 comments on commit cb2759a

Please sign in to comment.