Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
StephKll3c committed Apr 3, 2024
1 parent 9fc2cc8 commit e79bfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SentinelOne/sentinelone_module/deep_visibility/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class DeepVisibilityEvent(BaseModel):


class DeepVisibilityEvents(BaseModel):
status: str | None
status: str | None
status_reason: str
events: list[DeepVisibilityEvent]

Expand Down

0 comments on commit e79bfff

Please sign in to comment.