We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8b2ff commit 51f0780Copy full SHA for 51f0780
contentctl/objects/risk_event.py
@@ -4,7 +4,7 @@
4
from pydantic import ConfigDict, BaseModel, Field, PrivateAttr, field_validator, computed_field
5
from contentctl.objects.errors import ValidationFailed
6
from contentctl.objects.detection import Detection
7
-from contentctl.objects.rba import risk_object as RiskObject
+from contentctl.objects.rba import RiskObject
8
9
10
class RiskEvent(BaseModel):
0 commit comments