Skip to content

Commit 3f79725

Browse files
committed
Remove bad copy paste
1 parent 35a8f34 commit 3f79725

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/neuro_api/server.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ class ActionResultData(TypedDict):
143143
message: NotRequired[str]
144144

145145

146-
@staticmethod
147146
def deserialize_actions(data: dict[str, list[object]]) -> list[Action]:
148147
"""Deserialize a dictionary of actions into a list of Action objects.
149148
@@ -176,7 +175,6 @@ def deserialize_actions(data: dict[str, list[object]]) -> list[Action]:
176175
return actions
177176

178177

179-
@staticmethod
180178
def check_action_names_type(action_names: list[str]) -> None:
181179
"""Validate that all items in the action names list are strings.
182180

0 commit comments

Comments
 (0)