This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/core.py b/core.py | |
index 4724d80..e384786 100644 | |
--- a/core.py | |
+++ b/core.py | |
@@ -7,7 +7,6 @@ | |
from requests import session, Response | |
from typing import Optional, Union | |
from time import sleep | |
-import numpy as np | |
import logging |