diff --git a/sherlock/__main__.py b/sherlock/__main__.py index 2f600b73..28d0a160 100644 --- a/sherlock/__main__.py +++ b/sherlock/__main__.py @@ -11,7 +11,7 @@ import sys if __name__ == "__main__": - """Check if the user is using the correct version of Python""" + # Check if the user is using the correct version of Python python_version = sys.version.split()[0] if sys.version_info < (3, 6):