aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_staff.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-07-29 09:53:01 +0000
committerGravatar Leon Sandøy <[email protected]>2018-07-29 09:53:01 +0000
commitc3cbadf64c1d568e957274e331241691de356f7f (patch)
tree3c41f029f67adda015590ed6553b1dbf30c2aabf /tests/test_staff.py
parentFix typo in infractions table definition (diff)
parentAddressing gdude comments (diff)
Merge branch 'clean_command' into 'master'
Clean command API and frontend See merge request python-discord/projects/site!26
Diffstat (limited to 'tests/test_staff.py')
-rw-r--r--tests/test_staff.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_staff.py b/tests/test_staff.py
index 68c182b5..bc911b0c 100644
--- a/tests/test_staff.py
+++ b/tests/test_staff.py
@@ -1,7 +1,6 @@
-import os
-import json
from tests import SiteTest, app
+
class StaffEndpoints(SiteTest):
""" Test cases for staff subdomain """