Skip to content

Commit 70e4cb2

Browse files
committed
Remove Python 2.7 artifacts
1 parent 41b314d commit 70e4cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_reportportal/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
get_actual_log_level
3131

3232

33-
class AgentConfig(object):
33+
class AgentConfig:
3434
"""Storage for the RP agent initialization attributes."""
3535

3636
rp_client_type: Optional[ClientType]

0 commit comments

Comments
 (0)