Skip to content

Commit

Permalink
FIX: Remove print command
Browse files Browse the repository at this point in the history
Remove the print command for the version
  • Loading branch information
mgrover1 authored Nov 29, 2023
1 parent a560924 commit 0390623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmweather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@
# Get the version
try:
__version__ = get_distribution(__name__).version
print(__version__)
except DistributionNotFound: # pragma: no cover
__version__ = '0.0.0' # pragma: no cover

0 comments on commit 0390623

Please sign in to comment.