Philipp Hörist pushed to branch master at gajim / gajim
Commits: 23298423 by lovetox at 2022-01-10T21:17:18+01:00 BaseControl: Add annotation future import - - - - - 1 changed file: - gajim/gtk/controls/base.py Changes: ===================================== gajim/gtk/controls/base.py ===================================== @@ -23,6 +23,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 Dict from typing import List View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/2329842328bec2b04a91961e8506a4c7193e22fb -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/2329842328bec2b04a91961e8506a4c7193e22fb 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
