Philipp Hörist pushed to branch master at gajim / gajim
Commits:
348395b9 by lovetox at 2022-08-16T21:08:43+02:00
cq: Group imports
- - - - -
2 changed files:
- gajim/gtk/chat_page.py
- gajim/gtk/main.py
Changes:
=====================================
gajim/gtk/chat_page.py
=====================================
@@ -16,6 +16,7 @@
from typing import Any
from typing import Literal
+from typing import TYPE_CHECKING
import logging
@@ -36,7 +37,6 @@
from .chat_stack import ChatStack
from .search_view import SearchView
-from typing import TYPE_CHECKING
if TYPE_CHECKING:
from .control import ChatControl
=====================================
gajim/gtk/main.py
=====================================
@@ -17,6 +17,7 @@
from typing import Any
from typing import cast
from typing import Optional
+from typing import TYPE_CHECKING
import logging
@@ -63,7 +64,6 @@
from .structs import AddChatActionParams
from .structs import actionmethod
-from typing import TYPE_CHECKING
if TYPE_CHECKING:
from .control import ChatControl
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/348395b9bc3b0778be9b1c5ee3ab29ed800c6762
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/348395b9bc3b0778be9b1c5ee3ab29ed800c6762
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits