Skip to content

Commit

Permalink
Fix pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jboddey committed Jan 17, 2025
1 parent 5d32417 commit bc35dce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/python/src/common/statuses.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@


class TestrunStatus:
"""Statuses for overall testing"""
IDLE = "Idle"
WAITING_FOR_DEVICE = "Waiting for Device"
MONITORING = "Monitoring"
Expand All @@ -27,6 +28,7 @@ class TestrunStatus:


class TestResult:
"""Statuses for test results"""
IN_PROGRESS = "In Progress"
COMPLIANT = "Compliant"
NON_COMPLIANT = "Non-Compliant"
Expand Down

0 comments on commit bc35dce

Please sign in to comment.