Skip to content

Commit e7ff30a

Browse files
committed
Quote correction
1 parent 85b1884 commit e7ff30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reportportal_client/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def get_function_params(func, args, kwargs):
172172
# Use deprecated method for python 2.7 compatibility, it's still here for
173173
# Python 3.10.2, so it's completely redundant to show the warning
174174
with warnings.catch_warnings():
175-
warnings.filterwarnings("ignore", category=DeprecationWarning)
175+
warnings.filterwarnings('ignore', category=DeprecationWarning)
176176
# noinspection PyDeprecation
177177
arg_spec = inspect.getargspec(func)
178178
result = dict()

0 commit comments

Comments
 (0)