Skip to content

Commit

Permalink
remove empty ref from init
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Jul 10, 2024
1 parent 3884891 commit 9c560f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/i22_bluesky/stubs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .linkam import scan_linkam
from .load_save import load, save

__all__ = ["scan_linkam", "load", "save"]
__all__ = ["scan_linkam"]

0 comments on commit 9c560f9

Please sign in to comment.