Skip to content

Commit 09916a9

Browse files
committed
remove comment
1 parent 51a5ddf commit 09916a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/utils/test_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"definitions": {
3535
"str_type": {"type": "string"},
36-
"my_type": {"type": "string"}, # << Fixed
36+
"my_type": {"type": "string"},
3737
"nested_type": {"type": "object", "properties": {"a": {"type": "string"}}},
3838
},
3939
}

0 commit comments

Comments
 (0)