Skip to content

Commit

Permalink
Rename link in init
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-kh committed Nov 5, 2018
1 parent 63de17b commit c202a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os

from .dataset import *
__path__ = [os.path.join(os.path.dirname(__file__), 'dataset')]
from .batchflow import *
__path__ = [os.path.join(os.path.dirname(__file__), 'batchflow')]

0 comments on commit c202a3a

Please sign in to comment.