Skip to content

Commit ebc6588

Browse files
committed
Fix typing
1 parent e6b7914 commit ebc6588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_reportportal/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def __init__(self, agent_config: AgentConfig) -> None:
128128
self.project_settings = {}
129129

130130
@property
131-
def issue_types(self) -> dict[str, str]:
131+
def issue_types(self) -> Dict[str, str]:
132132
"""Issue types for the Report Portal project."""
133133
if not self._issue_types:
134134
if not self.project_settings:

0 commit comments

Comments
 (0)