aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Izan <[email protected]>2021-10-05 21:19:27 +0100
committerGravatar Chris Lovering <[email protected]>2021-10-14 22:18:28 +0100
commitc9bfe510d83073f4ac943ff40721357d855087e7 (patch)
tree9a717558d1519d040424d0b6e477dc2254000a20 /tests
parentMigrate to `bot.log.get_logger` function (diff)
Fix newlines after imports and address review
There's now always one blank line (no more, no less) after an import
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/exts/backend/sync/test_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bot/exts/backend/sync/test_base.py b/tests/bot/exts/backend/sync/test_base.py
index 3ad9db9c3..9dc46005b 100644
--- a/tests/bot/exts/backend/sync/test_base.py
+++ b/tests/bot/exts/backend/sync/test_base.py
@@ -1,7 +1,6 @@
import unittest
from unittest import mock
-
from bot.api import ResponseCodeError
from bot.exts.backend.sync._syncers import Syncer
from tests import helpers