Apply reorder-python-imports to all files
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import pytest
|
||||
import pprint
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
def pytest_generate_tests(metafunc):
|
||||
if "arg1" in metafunc.fixturenames:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import pytest
|
||||
import unittest
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(params=[1, 2])
|
||||
def two(request):
|
||||
|
||||
Reference in New Issue
Block a user