Skip to content

Commit

Permalink
Updated import sequence in example
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Nov 9, 2023
1 parent 8908cf5 commit 08e95cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/planets/src/planets/pipelines/moons_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
)

try:
from neptune.new.handler import Handler
from neptune.new.utils import stringify_unsupported
except ImportError:
from neptune.handler import Handler
from neptune.utils import stringify_unsupported
except ImportError:
from neptune.new.handler import Handler
from neptune.new.utils import stringify_unsupported


# ------- Number of moons predictor --------
Expand Down

0 comments on commit 08e95cb

Please sign in to comment.