Skip to content

Commit 2a2eeae

Browse files
authored
Remove extra line in python class
1 parent 7ec9d40 commit 2a2eeae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contentctl/objects/abstract_security_content_objects/detection_abstract.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class Detection_Abstract(SecurityContentObject):
7575
data_source_objects: list[DataSource] = []
7676

7777

78-
7978
@field_validator("search", mode="before")
8079
@classmethod
8180
def validate_presence_of_filter_macro(cls, value:str, info:ValidationInfo)->str:

0 commit comments

Comments
 (0)