Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 4, 2024
1 parent dd8fb95 commit 6f36bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reportportal_client/steps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_my_nested_step():
"""
from functools import wraps
from typing import Callable, TypeVar, Optional, Dict, Union, Type
from typing import Callable, TypeVar, Optional, Dict, Union, Type, Any

import reportportal_client as rp
# noinspection PyProtectedMember
Expand Down

0 comments on commit 6f36bcd

Please sign in to comment.