Skip to content

Commit

Permalink
feat: Add import in __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed May 21, 2024
1 parent 97bb134 commit f756962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/qibocal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@

from qibocal.auto.execute import Executor

from .cli import command

__version__ = im.version(__package__)
__all__ = ["Executor"]

0 comments on commit f756962

Please sign in to comment.