diff options
Diffstat (limited to 'tests/robot/test_webapp.py')
| -rw-r--r-- | tests/robot/test_webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/robot/test_webapp.py b/tests/robot/test_webapp.py index fecbf53f0..bca071409 100644 --- a/tests/robot/test_webapp.py +++ b/tests/robot/test_webapp.py @@ -1,5 +1,5 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# pylint: disable=missing-module-docstring,missing-function-docstring +# pylint: disable=missing-module-docstring,disable=missing-class-docstring,invalid-name from time import sleep |