Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-03 02:50:21 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-03 02:50:21 +0300
commita2c647728472d1b68aec385c05080c6f3c674dde (patch)
tree4e107de8b6a36376784250acffcbcd581c567035 /.githooks
parent94d509e86b1f1b57aa64e3a4abf2e661856c5d51 (diff)
cq: Sort imports with isort
Diffstat (limited to '.githooks')
-rwxr-xr-x.githooks/update3
1 files changed, 1 insertions, 2 deletions
diff --git a/.githooks/update b/.githooks/update
index 1c3adfd4b..80a5f1917 100755
--- a/.githooks/update
+++ b/.githooks/update
@@ -5,9 +5,8 @@ from __future__ import annotations
from typing import List
from typing import Tuple
-import sys
import subprocess
-
+import sys
ALLOWED_TAGS = [
'ci',