Skip to content

Commit

Permalink
shouldn't call base property
Browse files Browse the repository at this point in the history
  • Loading branch information
cassc committed Sep 8, 2023
1 parent 88eaae3 commit 2c0b5c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solc_json_parser/base_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def __init__(self) -> None:
self.exact_version: str = ""
self.id_to_symbols: Dict[int, str] = {} # mapping from a unique id to symbol string
self.contracts_dict: dict = {}
self.exported_symbols: Dict[str, int] = {}
self.keys = None
self.is_standard_json = False
self.file_path = None # to be overridden by CombinedJsonParser
Expand Down

0 comments on commit 2c0b5c9

Please sign in to comment.