From 03906233c8a8f4b158173cbc8c47887896aeae36 Mon Sep 17 00:00:00 2001 From: Max Grover Date: Wed, 29 Nov 2023 12:49:45 -0600 Subject: [PATCH] FIX: Remove print command Remove the print command for the version --- cmweather/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cmweather/__init__.py b/cmweather/__init__.py index dfcbd62..992601d 100644 --- a/cmweather/__init__.py +++ b/cmweather/__init__.py @@ -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