Skip to content

Commit 6f36bcd

Browse files
committed
Fix typing
1 parent dd8fb95 commit 6f36bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reportportal_client/steps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_my_nested_step():
4343
4444
"""
4545
from functools import wraps
46-
from typing import Callable, TypeVar, Optional, Dict, Union, Type
46+
from typing import Callable, TypeVar, Optional, Dict, Union, Type, Any
4747

4848
import reportportal_client as rp
4949
# noinspection PyProtectedMember

0 commit comments

Comments
 (0)