Skip to content

Commit 59f5820

Browse files
NPA-4511: changed expected type
1 parent 1cc0b96 commit 59f5820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def remove_system(identifier: Any) -> str:
189189
return ""
190190

191191

192-
def generate_response_from_example(example_path: str, status_code: int, headers: dict[str, str] = None) -> Response:
192+
def generate_response_from_example(example_path: str, status_code: int, headers: dict = None) -> Response:
193193
"""Converts an example file (yaml) to a response
194194
195195
Args:

0 commit comments

Comments
 (0)