Skip to content

Commit

Permalink
FIx pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 26, 2024
1 parent 79867a6 commit 5c82b34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions psrecord/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

from .main import main # noqa
from .main import monitor # noqa
from ._version import __version__ # noqa

__all__ = ["main", "monitor"]

from ._version import __version__
__all__ = ["main", "monitor", "__version__"]

0 comments on commit 5c82b34

Please sign in to comment.