fix: remove unused imports from oauth module and tests
This commit is contained in:
@@ -18,8 +18,6 @@ import logging
|
|||||||
import secrets
|
import secrets
|
||||||
import time
|
import time
|
||||||
|
|
||||||
import aiohttp
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
STATE_TTL = 600 # 10 minutes
|
STATE_TTL = 600 # 10 minutes
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import pytest
|
|
||||||
from hbd.server import oauth
|
from hbd.server import oauth
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user