1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-06-16 18:00:40 -07:00
parent 1f2e16aeea
commit 093c1703d7
2 changed files with 4 additions and 2 deletions

View File

@ -80,7 +80,8 @@ def compatibility(mod_name: str,
``` ```
Checks for the parser's compatibility with the running OS platform and Checks for the parser's compatibility with the running OS platform and
prints a warning message to `STDERR` if not compatible and quiet=False. prints a warning message to `STDERR` if not compatible and
`quiet=False.`
Parameters: Parameters:

View File

@ -114,7 +114,8 @@ def is_compatible(compatible: List) -> bool:
def compatibility(mod_name: str, compatible: List, quiet: bool = False) -> None: def compatibility(mod_name: str, compatible: List, quiet: bool = False) -> None:
""" """
Checks for the parser's compatibility with the running OS platform and Checks for the parser's compatibility with the running OS platform and
prints a warning message to `STDERR` if not compatible and quiet=False. prints a warning message to `STDERR` if not compatible and
`quiet=False.`
Parameters: Parameters: