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


Commits:
b059dfb2 by lovetox at 2022-03-26T22:42:16+01:00
Remove unused imports

- - - - -


2 changed files:

- scripts/ci/deploy.py
- win/ci/appveyor_build.py


Changes:

=====================================
scripts/ci/deploy.py
=====================================
@@ -1,6 +1,6 @@
 import os
 import sys
-from ftplib import FTP_TLS, ftpcp
+from ftplib import FTP_TLS
 from pathlib import Path
 import functools
 from typing import Any


=====================================
win/ci/appveyor_build.py
=====================================
@@ -1,7 +1,5 @@
 #!/usr/bin/env python3
 
-from typing import Iterator
-
 import os
 import requests
 import time



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/b059dfb254aabd7b1f28c6a49641e39293f3de00
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

Reply via email to