Skip to content

Commit

Permalink
disable mypy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Apr 12, 2024
1 parent 7d5f876 commit 133c311
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions edb/tools/mypy/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 133c311

Please sign in to comment.