Skip to content

Commit

Permalink
remove unused attrs class
Browse files Browse the repository at this point in the history
  • Loading branch information
achidlow committed Sep 3, 2024
1 parent ee32618 commit c7d43c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/puya/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c7d43c2

Please sign in to comment.