Skip to content

Commit e6a84cd

Browse files
author
Jens Kürten
committed
remove redundant comments
1 parent 6e81385 commit e6a84cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

csfunctions/handler.py

-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ def link_objects(event: Event):
7878
if isinstance(obj, BaseObject):
7979
obj.link_objects(data)
8080
elif isinstance(field, BaseObject):
81-
# if the field is not a list, we check if it is an object and link it
8281
field.link_objects(data)
83-
# if the field is not a list or an object, we ignore it
8482

8583

8684
def execute(function_name: str, request_body: str, function_dir: str = "src") -> str:

0 commit comments

Comments
 (0)