You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# https://github.com/redis/redis-om-python/issues/669 seeing weird issue with child classes initalizing all their undefined members as ExpressionProxies
# https://github.com/redis/redis-om-python/issues/669 seeing weird issue with child classes initalizing all their undefined members as ExpressionProxies
@@ -1195,42 +1196,30 @@ class Child(Model):
1195
1196
assertrematerialized.age!=19
1196
1197
assertrematerialized.bioisNone
1197
1198
1199
+
1198
1200
@py_test_mark_asyncio
1199
-
asyncdeftest_grandchild_class_expression_proxy():
1200
-
# https://github.com/redis/redis-om-python/issues/669 seeing weird issue with child classes initalizing all their undefined members as ExpressionProxies
0 commit comments