Skip to content

Commit a7eeb7a

Browse files
committed
Fix isort
1 parent 4fcc593 commit a7eeb7a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

behave_reportportal/behave_agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
from behave_reportportal.config import Config, LogLayout
4141
from behave_reportportal.utils import Singleton
4242

43-
4443
STATUS_MAPPINGS: dict[str, str] = defaultdict(lambda: "FAILED")
4544
STATUS_MAPPINGS["passed"] = "PASSED"
4645
STATUS_MAPPINGS["failed"] = "FAILED"

0 commit comments

Comments
 (0)