Fix tests

This commit is contained in:
Dave Halter
2020-05-08 15:18:23 +02:00
parent 25973554e2
commit 12090ce74b

View File

@@ -148,13 +148,6 @@ class Value(HelperValueMixin):
self.inference_state = inference_state
self.parent_context = parent_context
def get_root_context(self):
value = self
while True:
if value.parent_context is None:
return value
value = value.parent_context
@property
def api_type(self):
# By default just lower name of the class. Can and should be