Skip to content

Commit

Permalink
Merge pull request #1466 from pyiron/snippets_break_api
Browse files Browse the repository at this point in the history
[minor] remove the backwards compatibility redirects
  • Loading branch information
jan-janssen authored Jun 3, 2024
2 parents f629708 + a7145e0 commit be1b054
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
8 changes: 0 additions & 8 deletions pyiron_base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@

from pyiron_base.jobs.job.toolkit import Toolkit, BaseTools

# Expose snippets references in base API for backwards compatibility
from pyiron_snippets.import_alarm import ImportAlarm
from pyiron_snippets.deprecate import Deprecator, deprecate, deprecate_soon

# Internal init
from ._version import get_versions
from pyiron_base.utils.jedi import fix_ipython_autocomplete
Expand Down Expand Up @@ -76,10 +72,6 @@
HasStoredTraits,
InputList,
GenericParameters,
Deprecator,
deprecate,
deprecate_soon,
ImportAlarm,
Executable,
Notebook,
load,
Expand Down
11 changes: 0 additions & 11 deletions pyiron_base/state/logger.py

This file was deleted.

0 comments on commit be1b054

Please sign in to comment.