diff --git a/apps/cli/executables/pexable/productfetcher/productfetcher/product_fetcher.py b/apps/cli/executables/pexable/productfetcher/productfetcher/product_fetcher.py index 1d343a3c1648112696b1d13a34e1e78053a1fb4b..dfde05de41db35a74e0b01e56878f9ebc4a3e024 100644 --- a/apps/cli/executables/pexable/productfetcher/productfetcher/product_fetcher.py +++ b/apps/cli/executables/pexable/productfetcher/productfetcher/product_fetcher.py @@ -53,7 +53,9 @@ class RetrievalMode(Enum): class CLIParam(Enum): - """Codifies productfetcher's various command-line parameters""" + """ + Codifies productfetcher's various command-line parameters + """ DESTINATION_DIRECTORY = "--output" SPL = "--product-locator"