Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolamateichuk committed Oct 24, 2023
1 parent 5767b2b commit 9ae6c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from app.classes.shop import Shop


def shop_trip():
def shop_trip() -> None:
config = util.parse_json("app/config.json")

fuel_price = config["FUEL_PRICE"]
Expand Down

0 comments on commit 9ae6c3c

Please sign in to comment.