aboutsummaryrefslogtreecommitdiff
path: root/qolab
diff options
context:
space:
mode:
Diffstat (limited to 'qolab')
-rw-r--r--qolab/gui/web.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/qolab/gui/web.py b/qolab/gui/web.py
index 731d260..4951b45 100644
--- a/qolab/gui/web.py
+++ b/qolab/gui/web.py
@@ -19,9 +19,9 @@ dict_classes = "px-2 border-2"
dict_components_classes = "flex flex-wrap border-2"
input_classes = (
"m-2 bg-gray-200"
- + " border-2 border-gray-200"
- + " rounded w-20 text-gray-700"
- + " focus:outline-none focus:bg-white focus:border-purple-500"
+ + " border-2 border-gray-200" # noqa: W503 disables flake8 warning
+ + " rounded w-20 text-gray-700" # noqa: W503
+ + " focus:outline-none focus:bg-white focus:border-purple-500" # noqa: W503
)