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

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2021-11-03 01:33:14 +0300
committerlovetox <philipp@hoerist.com>2021-11-03 01:33:14 +0300
commit54273c9eb392210d753041d0c4a0b8ac852edaa7 (patch)
treedf5dc5353b9a865c7d8393f993b03c34985baa37 /nbxmpp/namespaces.py
parent1074bf3610b520fe29f9b8f6fb33a189d2d09018 (diff)
Namespaces: Add annotation
Diffstat (limited to 'nbxmpp/namespaces.py')
-rw-r--r--nbxmpp/namespaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/namespaces.py b/nbxmpp/namespaces.py
index b2393ba..fd8464b 100644
--- a/nbxmpp/namespaces.py
+++ b/nbxmpp/namespaces.py
@@ -171,4 +171,4 @@ class _Namespaces:
X_OOB: str = 'jabber:x:oob'
-Namespace = _Namespaces()
+Namespace: _Namespaces = _Namespaces()