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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2023-06-15 00:08:58 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-06-28 22:13:22 +0300
commit9f1c70bffd6018853651185406b267afdb61020e (patch)
tree7f67bfa42c58c78fc869d990bbaa1903eab7a970 /pyproject.toml
parent001650d8701cd9fe1e5b52b6c290ac4f9b2a03dd (diff)
cq: Add type annotations for get_module() method
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c03f5a8c1..1e29e229e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -119,6 +119,7 @@ include = [
"gajim/common/application.py",
"gajim/common/call_manager.py",
"gajim/common/cert_store.py",
+ "gajim/common/client_modules.py",
"gajim/common/commands.py",
"gajim/common/configpaths.py",
"gajim/common/const.py",