Skip to content

Commit fda9df4

Browse files
CopilotMichspirit99
andcommitted
style: remove extra blank line for consistent spacing
Co-authored-by: Michspirit99 <11279621+Michspirit99@users.noreply.github.com>
1 parent 6753272 commit fda9df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/robot_copilot_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def json_should_be_valid(self) -> dict:
199199
raise AssertionError(
200200
f"Invalid JSON: {e}\n\nRaw:\n{self._last_response[:300]}"
201201
)
202-
202+
203203
if not isinstance(data, dict):
204204
raise AssertionError(
205205
f"Expected JSON object (dict), but got {type(data).__name__}.\n"

0 commit comments

Comments
 (0)