Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix Programmable Error in rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Aug 20, 2021
1 parent 6780de9 commit 7209649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Aspidites/_vendor/contracts/syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

class ParsingTmp:
# TODO: FIXME: decide on an order, if we do the opposite it doesn't work.
contract_types: list[Any] = []
keywords: list[Any] = []
contract_types: List[Any] = []
keywords: List[Any] = []


def add_contract(x):
Expand Down

0 comments on commit 7209649

Please sign in to comment.