Skip to content

Commit 22a9067

Browse files
committed
Add missing newline at end of test file
1 parent 7bd4334 commit 22a9067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/issues/test_1338_icons_and_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ def basic_tool() -> str:
127127
assert len(tools) == 1
128128
tool = tools[0]
129129
assert tool.name == "basic_tool"
130-
assert tool.icons is None
130+
assert tool.icons is None

0 commit comments

Comments
 (0)