From c7d43c2d4786c88a55c031607d96c4108275b4cf Mon Sep 17 00:00:00 2001 From: Adam Chidlow Date: Tue, 3 Sep 2024 16:59:33 +0800 Subject: [PATCH] remove unused attrs class --- src/puya/main.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/puya/main.py b/src/puya/main.py index 7cb88a1901..b7dcba0faf 100644 --- a/src/puya/main.py +++ b/src/puya/main.py @@ -21,11 +21,6 @@ class _PuyaOptionsWithCompilationSet(PuyaOptions): compilation_set: dict[str, Path] -@attrs.frozen(kw_only=True) -class _SourceAnnotationsFile: - sources_by_path: dict[Path, list[str] | None] - - def main(*, options_json: str, awst_json: str, source_annotations_json: str | None) -> None: with log.logging_context() as log_ctx, log_exceptions(): json_converter = cattrs.preconf.json.make_converter()