From 726e9d2a8c15d8c70baf614b6bb4046271e65830 Mon Sep 17 00:00:00 2001 From: Nenko Baldzhiev Date: Wed, 9 Nov 2022 10:57:59 +0200 Subject: [PATCH] Revert "empty commit" --- model.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/model.py b/model.py index c52ad89..2c5619c 100644 --- a/model.py +++ b/model.py @@ -1,7 +1,5 @@ """This module contains the model class of the application.""" import json - - from typing import List, Tuple from requests import Request, Session