Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit f0293e4

Browse files
committed
another fix pep8 remarks
1 parent a5b164e commit f0293e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

numba_typing/arguments_annotation_default_func_class.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def get_arguments_annotation_default_func(method):
1818
if (sig.parameters[arg].default != sig.empty):
1919
defaults[arg] = sig.parameters[arg].default
2020
return annotations, defaults
21+
22+
2123
def get_arguments_annotation_class(cls):
2224
return get_type_hints(cls)
23-

0 commit comments

Comments
 (0)