mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +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
|
|
@ -6,15 +6,16 @@ import sys
|
|||
import tempfile
|
||||
import textwrap
|
||||
import unittest
|
||||
import yaml
|
||||
from pathlib import Path
|
||||
from unittest import mock
|
||||
|
||||
from .shared_test_code import TmpCwd, mkdtemp
|
||||
import yaml
|
||||
|
||||
import fdroidserver.build
|
||||
import fdroidserver.common
|
||||
|
||||
from .shared_test_code import TmpCwd, mkdtemp
|
||||
|
||||
|
||||
class FakeProcess:
|
||||
output = 'fake output'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue