Skip to content

Commit 4410f10

Browse files
committed
Remove unused variable from test
1 parent 7097859 commit 4410f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser/test_properties/test_enum_property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_avoids_false_conflict(config: Config, property_class: PropertyClass) ->
4141
_, schemas = property_class.build(
4242
data=oai.Schema(enum=["a"]), name="Friend", required=True, schemas=schemas, parent_name="", config=config
4343
)
44-
asdf, schemas = property_class.build(
44+
_, schemas = property_class.build(
4545
data=oai.Schema(enum=["a", "b"]),
4646
name="FriendShips",
4747
required=True,

0 commit comments

Comments
 (0)