mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Sort import
ruff check --fix --select I
This commit is contained in:
parent
b19b8050db
commit
7a98650ed3
68 changed files with 342 additions and 291 deletions
|
|
@ -4,12 +4,12 @@
|
|||
# that run in the buildserver setup. It is not really maintained, but
|
||||
# is still here as a kind of reference.
|
||||
|
||||
import inspect
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
import logging
|
||||
import textwrap
|
||||
import tempfile
|
||||
import inspect
|
||||
import textwrap
|
||||
from argparse import ArgumentParser
|
||||
|
||||
localmodule = os.path.realpath(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue