mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00: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
|
|
@ -7,7 +7,8 @@ from git import Repo
|
|||
|
||||
import fdroidserver.common
|
||||
import fdroidserver.metadata
|
||||
from .shared_test_code import mkdtemp, VerboseFalseOptions
|
||||
|
||||
from .shared_test_code import VerboseFalseOptions, mkdtemp
|
||||
|
||||
|
||||
class VCSTest(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue