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