Skip to content

Commit

Permalink
Fix one style issue [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Dec 24, 2024
1 parent c87c685 commit be8dc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HinetPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
from .client import Client
from .header import NETWORK

__all__ = ["Client", "NETWORK", "win32"]
__all__ = ["NETWORK", "Client", "win32"]
# Get semantic version through setuptools-scm
__version__ = f'v{version("HinetPy")}' # e.g. v0.1.2.dev3+g0ab3cd78

0 comments on commit be8dc79

Please sign in to comment.