Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Sep 17, 2024
1 parent 6f931bf commit 1a616bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/erc7730/model/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AbiParameter(BaseLibraryModel):
internalType: Optional[str] = None
components: Optional[list[ForwardRef('AbiParameter')]] = None # type: ignore
AbiParameter.model_rebuild()
""" todo: use AbiParameter instead of BaseLibraryModel type """
# todo: use AbiParameter instead of BaseLibraryModel type

class AbiJsonSchema(BaseLibraryModel):
name: str
Expand Down
1 change: 0 additions & 1 deletion tests/src/erc7730/test_datamodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
@pytest.mark.parametrize("file", files)
def test_from_erc7730(file: str) -> None:
assert model_from_json_file_or_none(Path(file), ERC7730Descriptor) is not None

0 comments on commit 1a616bc

Please sign in to comment.