Skip to content

Commit dfc4f1e

Browse files
authored
Fix isort lint (#1183)
1 parent 6ae52da commit dfc4f1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/contrib/asyncio/starlette_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@
2828
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

31-
import os
3231
import pytest # isort:skip
3332

3433
from tests.fixtures import TempStoreClient
3534

3635
starlette = pytest.importorskip("starlette") # isort:skip
3736

37+
import os
38+
3839
import mock
3940
import urllib3
4041
from starlette.applications import Starlette

0 commit comments

Comments
 (0)