Skip to content

Commit 51719f8

Browse files
committed
Fix linter violations
1 parent 4b1ce26 commit 51719f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pytest_django/live_server_helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import sys
22

3-
import pytest
4-
53
from .lazy_django import get_django_version
64

5+
76
class LiveServer(object):
87
"""The liveserver fixture
98

0 commit comments

Comments
 (0)