Sort import

ruff check --fix --select I
This commit is contained in:
linsui 2025-07-26 18:40:31 +08:00 committed by Hans-Christoph Steiner
parent b19b8050db
commit 7a98650ed3
68 changed files with 342 additions and 291 deletions

View file

@ -1,19 +1,19 @@
#!/usr/bin/env python3
import git
import os
import platform
import shutil
import tempfile
import time
import unittest
from unittest import mock
from pathlib import Path
from unittest import mock
import git
import fdroidserver
import fdroidserver.checkupdates
basedir = Path(__file__).parent