Skip to content

Commit 8022b26

Browse files
committed
Code style fix
1 parent 172dca7 commit 8022b26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest_reportportal/service.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def trim_docstring(docstring: str) -> str:
9797
@unique
9898
class LeafType(Enum):
9999
"""This class stores test item path types."""
100+
100101
DIR = auto()
101102
CODE = auto()
102103
ROOT = auto()
@@ -105,6 +106,7 @@ class LeafType(Enum):
105106
@unique
106107
class ExecStatus(Enum):
107108
"""This class stores test item path types."""
109+
108110
CREATED = auto()
109111
IN_PROGRESS = auto()
110112
FINISHED = auto()

0 commit comments

Comments
 (0)