Skip to content

Commit c746a9b

Browse files
committed
fix linting error
1 parent 049534b commit c746a9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest_django/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
import os
1212
import pathlib
1313
import sys
14+
import threading
1415
import types
1516
from collections.abc import Generator
1617
from contextlib import AbstractContextManager
1718
from functools import reduce
1819
from typing import TYPE_CHECKING, NoReturn
19-
import threading
2020

2121
import pytest
2222

0 commit comments

Comments
 (0)