Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Feb 17, 2024
1 parent 9104dca commit 990abc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciscoconfparse2/ciscoconfparse2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,7 @@ def read_config_file(self, filepath: Optional[str] = None,
# This method is on CiscoConfParse()
@logger.catch(reraise=True)
def check_ccp_input_good(self, config: Optional[Union[List[str],tuple[str, ...]]] = None,
logger: Optional[logger] = None) -> bool:
logger: Any = None) -> bool:
"""
:param config: Sequence of commands
:type config: Union[List[str], tuple[str, ...]]
Expand Down

0 comments on commit 990abc0

Please sign in to comment.