Skip to content

Commit 225bce4

Browse files
committed
Remove unused imports
1 parent 28b784c commit 225bce4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

oioioi/notifications/server/auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import logging
2-
from typing import Optional
32

43
import aiohttp
54
from cachetools import TTLCache

oioioi/notifications/server/queue.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import logging
22
from collections.abc import Awaitable, Callable
3-
from typing import Optional
43

54
import aio_pika
65

0 commit comments

Comments
 (0)