Skip to content

Commit

Permalink
[plugins] remove entry points in operator submodules (func/map/linop)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanrue committed Apr 5, 2024
1 parent ecbc4a4 commit a4f5e2c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/pyxu/operator/func/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from pyxu.info.plugin import _load_entry_points

_load_entry_points(globals(), group="pyxu.operator.func")
3 changes: 0 additions & 3 deletions src/pyxu/operator/linop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from pyxu.info.plugin import _load_entry_points

_load_entry_points(globals(), group="pyxu.operator.linop")
3 changes: 0 additions & 3 deletions src/pyxu/operator/map/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from pyxu.info.plugin import _load_entry_points

_load_entry_points(globals(), group="pyxu.operator.map")

0 comments on commit a4f5e2c

Please sign in to comment.