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