Skip to content

Commit

Permalink
absolute imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Feb 10, 2022
1 parent cf4ee09 commit 9616e78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

import pytest

from tests.test_whitenoise import application as whitenoise_application
from tests.test_whitenoise import files
from whitenoise.asgi import (
AsgiWhiteNoise,
convert_asgi_headers,
Expand All @@ -18,9 +20,6 @@
)
from whitenoise.responders import StaticFile

from .test_whitenoise import application as whitenoise_application
from .test_whitenoise import files


@pytest.fixture()
def loop():
Expand Down

0 comments on commit 9616e78

Please sign in to comment.