From 133c3112f724c57da67a075087eaae8a670c8d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alja=C5=BE=20Mur=20Er=C5=BEen?= Date: Fri, 12 Apr 2024 14:19:29 +0200 Subject: [PATCH] disable mypy plugin --- edb/tools/mypy/plugin.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/edb/tools/mypy/plugin.py b/edb/tools/mypy/plugin.py index bcbd30962c8..83d72d275d4 100644 --- a/edb/tools/mypy/plugin.py +++ b/edb/tools/mypy/plugin.py @@ -68,12 +68,6 @@ def handle_schema_class(self, ctx: mypy_plugin.ClassDefContext): transformers: List[BaseTransformer] = [] if any(c.fullname in SCHEMA_BASE_METACLASSES for c in mcls_mro): - transformers.append( - SchemaClassTransformer( - ctx, - field_makers={'edb.schema.objects.SchemaField'}, - ) - ) transformers.append( StructTransformer( ctx,