summaryrefslogtreecommitdiff
path: root/tests/robot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/robot')
-rw-r--r--tests/robot/__init__.py2
-rw-r--r--tests/robot/__main__.py1
-rw-r--r--tests/robot/test_webapp.py1
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/robot/__init__.py b/tests/robot/__init__.py
index e69de29bb..f7378de06 100644
--- a/tests/robot/__init__.py
+++ b/tests/robot/__init__.py
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: AGPL-3.0-or-later
+# pylint: disable=missing-module-docstring, cyclic-import
diff --git a/tests/robot/__main__.py b/tests/robot/__main__.py
index 758a521ee..20b15ef04 100644
--- a/tests/robot/__main__.py
+++ b/tests/robot/__main__.py
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
-# lint: pylint
"""Shared testing code."""
# pylint: disable=missing-function-docstring
diff --git a/tests/robot/test_webapp.py b/tests/robot/test_webapp.py
index 42066e37a..fecbf53f0 100644
--- a/tests/robot/test_webapp.py
+++ b/tests/robot/test_webapp.py
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
-# lint: pylint
# pylint: disable=missing-module-docstring,missing-function-docstring
from time import sleep