Remove excess print from SchemaInflatorGenerator

This commit is contained in:
2025-07-12 02:22:35 +03:00
parent 5b4eba5190
commit ed5f975e87

View File

@@ -100,7 +100,6 @@ class SchemaInflatorGenerator:
'_lookup_table': lookup_table
}
exec(convertor_functext, namespace)
print(convertor_functext)
# пихаем сгенеренный метод в табличку,
# ожидаем что она обновится во всех вложенных методах,