mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +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
|
|
@ -9,13 +9,13 @@ import unittest
|
|||
from pathlib import Path
|
||||
from unittest import mock
|
||||
|
||||
from .shared_test_code import mkdtemp
|
||||
|
||||
import fdroidserver.common
|
||||
import fdroidserver.lint
|
||||
import fdroidserver.metadata
|
||||
from fdroidserver._yaml import config_dump
|
||||
|
||||
from .shared_test_code import mkdtemp
|
||||
|
||||
basedir = Path(__file__).parent
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue