Skip to content

Commit

Permalink
rm dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Sep 4, 2024
1 parent e9664b3 commit 34697d1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/arcaflow_plugin_sdk/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
SchemaBuildException, step_object_constructor_param,
)


# default discriminator field name used by the OneOfType
# when no discriminator field name is declared
default_discriminator = "_type"
Expand Down Expand Up @@ -521,12 +520,6 @@ class TestSubclass(TestParent):

class OneOfTest(unittest.TestCase):
def setUp(self):
# self.obj_oneof_str = schema.ObjectSchema(
# {
# 'oneof': schema.PropertyType()
# },
# root='basic'
# )
self.obj_basic = schema.ObjectType(
Basic,
{"msg": PropertyType(schema.StringType())},
Expand Down Expand Up @@ -2005,7 +1998,6 @@ def test_one_of_inline(self):
),
}


defs = schema._JSONSchemaDefs()
json_schema = scope._to_jsonschema_fragment(scope, defs)
self.assertEqual(
Expand Down

0 comments on commit 34697d1

Please sign in to comment.