Skip to content

Commit

Permalink
Apply black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejvelichkovski committed Nov 28, 2023
1 parent c2eb357 commit 27c74b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/test_observer/controllers/artefacts/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from test_observer.external_apis.c3.models import TestResult
from test_observer.data_access.models_enums import ArtefactStatus


class TestExecutionStatus(str, Enum):
IN_PROGRESS = "IN_PROGRESS"
PASSED = "PASSED"
Expand Down

0 comments on commit 27c74b4

Please sign in to comment.