From 9ae6c3c7ad2f576410263f93a5de32ce3de9fc5c Mon Sep 17 00:00:00 2001 From: Mateichuk Mykola Date: Tue, 24 Oct 2023 11:40:17 +0300 Subject: [PATCH] Solution --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 0e3ede8a..b330073a 100644 --- a/app/main.py +++ b/app/main.py @@ -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"]