From 486b8c726a7d657ef320e68598077c31fa664790 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 19 Feb 2021 21:40:15 -0500 Subject: Fixed black, isort, flake8, and doc8 issues --- cmd2/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd2/exceptions.py') diff --git a/cmd2/exceptions.py b/cmd2/exceptions.py index b6e18856..c662d8fa 100644 --- a/cmd2/exceptions.py +++ b/cmd2/exceptions.py @@ -48,6 +48,7 @@ class CompletionError(Exception): - A previous command line argument that determines the data set being completed is invalid - Tab completion hints """ + def __init__(self, *args, apply_style: bool = True, **kwargs): """ Initializer for CompletionError @@ -60,6 +61,7 @@ class CompletionError(Exception): # noinspection PyArgumentList super().__init__(*args, **kwargs) + ############################################################################################################ # The following exceptions are NOT part of the public API and are intended for internal use only. ############################################################################################################ -- cgit v1.2.1