mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
formatting
This commit is contained in:
@ -106,7 +106,7 @@ def has_data(data: str) -> bool
|
|||||||
```
|
```
|
||||||
|
|
||||||
Checks if the input contains data. If there are any non-whitespace
|
Checks if the input contains data. If there are any non-whitespace
|
||||||
characters then return True, else return False.
|
characters then return `True`, else return `False`.
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ def compatibility(mod_name: str, compatible: List, quiet: bool = False) -> None:
|
|||||||
def has_data(data: str) -> bool:
|
def has_data(data: str) -> bool:
|
||||||
"""
|
"""
|
||||||
Checks if the input contains data. If there are any non-whitespace
|
Checks if the input contains data. If there are any non-whitespace
|
||||||
characters then return True, else return False.
|
characters then return `True`, else return `False`.
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user