Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-11-29 21:33:23 +0300
committerwurstsalat <mailtrash@posteo.de>2022-11-29 21:33:23 +0300
commit017e7a753fce714164551e176645dcddb55c7d2b (patch)
treef198b8c605b7a6428e94fbd36912b4e79f486673 /message_box_size/__init__.py
parent07fe999b95ffe49737c7b7d51fabb5bae58a5780 (diff)
[message_box_size] Type annotations, linting
Diffstat (limited to 'message_box_size/__init__.py')
-rw-r--r--message_box_size/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/message_box_size/__init__.py b/message_box_size/__init__.py
index a4e569b..b21a361 100644
--- a/message_box_size/__init__.py
+++ b/message_box_size/__init__.py
@@ -1 +1 @@
-from .msg_box_size import MsgBoxSizePlugin
+from .msg_box_size import MsgBoxSizePlugin # type: ignore