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

Commit ba6a841

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_typing/arguments_annotation_default_func_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ def get_arguments_annotation_default_func(method):
1919
defaults[arg] = sig.parameters[arg].default
2020
return annotations, defaults
2121

22-
22+
2323
def get_arguments_annotation_class(cls):
2424
return get_type_hints(cls)

0 commit comments

Comments
 (0)