Skip to content

Commit

Permalink
hotfix: skintegrate safe import
Browse files Browse the repository at this point in the history
  • Loading branch information
shaypal5 committed Mar 10, 2022
1 parent d3d7ba6 commit dd073cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdpipe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
)

try:
from . import skintegrate
from . import sklearn_stages
from .sklearn_stages import (
Encode,
Expand Down Expand Up @@ -116,7 +117,6 @@
from . import cq
from . import rq
from . import cond
from . import skintegrate


from ._version import get_versions
Expand Down

0 comments on commit dd073cc

Please sign in to comment.