Philipp Hörist pushed to branch master at gajim / gajim
Commits: 89507a76 by Philipp Hörist at 2022-12-04T11:42:45+01:00 cfix: Use __future__ import for annotations Fixes #11314 - - - - - 1 changed file: - gajim/gtk/avatar_selector.py Changes: ===================================== gajim/gtk/avatar_selector.py ===================================== @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with Gajim. If not, see <http://www.gnu.org/licenses/>. +from __future__ import annotations + from typing import Any from typing import cast from typing import Optional View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/89507a76cf454f36c798bc32db1e0efca98dcc19 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/89507a76cf454f36c798bc32db1e0efca98dcc19 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
