We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e39d6 commit 9bb6166Copy full SHA for 9bb6166
src/libkernelbot/submission.py
@@ -15,7 +15,7 @@
15
from libkernelbot.utils import KernelBotError, format_time, setup_logging
16
17
if typing.TYPE_CHECKING:
18
- from libkernelbot.backend import KernelBackend
+ from backend import KernelBackend
19
20
21
logger = setup_logging(__name__)
0 commit comments