euporie
euporie copied to clipboard
Optimize document_cli_flags.py working on issue #81
-
Removed Future Import: Removed the
from __future__ import annotationsimport, as it's unnecessary in Python 3.7 and later. -
Simplified Version Check: Simplified the version check for Python 3.10 or later.
-
Removed Unused Imports: Removed unused imports to clean up the code.
-
Simplified Type Annotation: Removed the type annotation for
action.typein theformat_actionfunction to simplify the code. -
Improved Readability: Made minor formatting improvements to enhance readability.