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:
Diffstat (limited to 'gajim/common/helpers.py')
-rw-r--r--gajim/common/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/common/helpers.py b/gajim/common/helpers.py
index f448e05d4..3f791d29d 100644
--- a/gajim/common/helpers.py
+++ b/gajim/common/helpers.py
@@ -28,7 +28,6 @@
from __future__ import annotations
from typing import Any
-from typing import Callable
from typing import TYPE_CHECKING
import collections
@@ -50,6 +49,7 @@ import unicodedata
import weakref
import webbrowser
from collections import defaultdict
+from collections.abc import Callable
from datetime import datetime
from datetime import timedelta
from functools import wraps