Skip to content

Commit

Permalink
Fix flake8 lint issues
Browse files Browse the repository at this point in the history
* tests/adapter_daphne/test_daphne.py:17:1: F401 'urllib.request.HTTPError' imported but unused
* tests/adapter_daphne/test_daphne.py:17:1: F401 'urllib.request.urlopen' imported but unused
  • Loading branch information
hmstepanek committed Nov 8, 2024
1 parent b3ed0bc commit 55abebb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/adapter_daphne/test_daphne.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@

import asyncio
import threading
from urllib.request import HTTPError, urlopen

import niquests
import daphne.server
import niquests
import pytest
from testing_support.certs import CERT_PATH
from testing_support.fixtures import (
Expand Down

0 comments on commit 55abebb

Please sign in to comment.