mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42: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
|
@ -3,9 +3,10 @@
|
|||
import unittest
|
||||
import unittest.mock
|
||||
|
||||
from .shared_test_code import mock_urlopen
|
||||
import fdroidserver
|
||||
|
||||
from .shared_test_code import mock_urlopen
|
||||
|
||||
|
||||
class GithubApiTest(unittest.TestCase):
|
||||
def test__init(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue