mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Switch to flake8
This commit is contained in:
parent
61128dda92
commit
dd66087193
33 changed files with 138 additions and 31 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import math
|
||||
|
||||
__all__ = ["capacity_upgrade_price", "interest_upgrade_price", "rob_upgrade_price"]
|
||||
|
||||
|
||||
def interest_upgrade_price(level: int) -> int:
|
||||
"""Calculate the price to upgrade your interest level"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue