Skip to content

Commit

Permalink
fix: pcmap type declaration (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
helloibis authored Nov 2, 2022
1 parent 38faac0 commit fccf983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethpm_types/contract_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class ContractType(BaseModel):
**NOTE**: This is not part of the canonical EIP-2678 spec.
"""

pcmap: Optional[Dict[str, PCMapItem]] = None
pcmap: Optional[PCMap] = None
"""
The program counter map representing which lines in the source code account for which
instructions in the bytecode.
Expand Down

0 comments on commit fccf983

Please sign in to comment.