summaryrefslogtreecommitdiffstats
path: root/deluge/tests/test_ui_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/tests/test_ui_common.py')
-rw-r--r--deluge/tests/test_ui_common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/deluge/tests/test_ui_common.py b/deluge/tests/test_ui_common.py
index eff972527..0af5dfc9c 100644
--- a/deluge/tests/test_ui_common.py
+++ b/deluge/tests/test_ui_common.py
@@ -15,10 +15,10 @@ from . import common
class UICommonTestCase(unittest.TestCase):
- def setUp(self): # NOQA
+ def setUp(self): # NOQA: N803
pass
- def tearDown(self): # NOQA
+ def tearDown(self): # NOQA: N803
pass
def test_utf8_encoded_paths(self):