diff options
Diffstat (limited to 'tests/ext_napoleon_pep526_data_numpy.py')
-rw-r--r-- | tests/ext_napoleon_pep526_data_numpy.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ext_napoleon_pep526_data_numpy.py b/tests/ext_napoleon_pep526_data_numpy.py index a421f53fe..6d31973f5 100644 --- a/tests/ext_napoleon_pep526_data_numpy.py +++ b/tests/ext_napoleon_pep526_data_numpy.py @@ -1,5 +1,4 @@ -""" -Test module for napoleon PEP 526 compatibility with numpy style +"""Test module for napoleon PEP 526 compatibility with numpy style """ module_level_var: int = 99 |