Synthetixio / simulation

Agent-based model of the proposed stablecoin.
24 stars 18 forks source link

Remove pointless type hints #32

Open zyzek opened 6 years ago

zyzek commented 6 years ago

Doing x: Dec = Dec(1) and the like seems kinda stupid, and it is. We should try to keep the code as uncluttered by type annotations as we can, I would say.