3 lines
81 B
Python
3 lines
81 B
Python
from incident.models import Incident
|
|
|
|
RESOLVED_STATUS = Incident.Status.RESOLVED
|