Skip to content

Commit 5da8db8

Browse files
committed
Add missing import
1 parent 331f205 commit 5da8db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intbot/tests/test_bot/test_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from unittest import mock
22
from unittest.mock import AsyncMock, patch
33
import contextlib
4+
import discord
45

56
from django.db import connections
67

0 commit comments

Comments
 (0)