Philipp Hörist pushed to branch master at gajim / gajim


Commits:
4c7daa4c by Philipp Hörist at 2024-04-05T22:34:30+02:00
cq: Run isort

- - - - -


2 changed files:

- typings/AppKit/__init__.pyi
- typings/qrcode/__init__.pyi


Changes:

=====================================
typings/AppKit/__init__.pyi
=====================================
@@ -3,7 +3,6 @@ from __future__ import annotations
 
 from typing import Any
 
-
 class NSLocale:
     @classmethod
     def currentLocale(cls) -> Any: ...


=====================================
typings/qrcode/__init__.pyi
=====================================
@@ -5,7 +5,6 @@ from typing import Any
 
 from . import constants as constants
 
-
 class QRCode:
     def __init__(self, version: int | None, error_correction: int, box_size: 
int, border: int, image_factory: Any = None, mask_pattern: Any = None) -> None: 
...
     def add_data(self, data: str) -> None: ...



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/4c7daa4cdcc28587c67a6643dd64831d3de42b63

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/4c7daa4cdcc28587c67a6643dd64831d3de42b63
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to