Skip to content

Commit 51f0780

Browse files
new class name
1 parent 7b8b2ff commit 51f0780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/objects/risk_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pydantic import ConfigDict, BaseModel, Field, PrivateAttr, field_validator, computed_field
55
from contentctl.objects.errors import ValidationFailed
66
from contentctl.objects.detection import Detection
7-
from contentctl.objects.rba import risk_object as RiskObject
7+
from contentctl.objects.rba import RiskObject
88

99

1010
class RiskEvent(BaseModel):

0 commit comments

Comments
 (0)