From e1d102a9c64fdd2af745faa67a54cee22abe6ceb Mon Sep 17 00:00:00 2001 From: starnakin Date: Fri, 3 Nov 2023 22:22:50 +0100 Subject: [PATCH] core: add include to linter --- src/Accounts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Accounts.py b/src/Accounts.py index 960dcf3..fe06d64 100644 --- a/src/Accounts.py +++ b/src/Accounts.py @@ -1,4 +1,5 @@ import urls +from requests import Response class Account: