mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Fix tests issue
This patch fix https://travis-ci.org/funilrys/hosts/jobs/347500695#L397 Please also note that I introduced that patch because we do not directly use lxml but it is required by BeautifulSup() to parse the HTML.
This commit is contained in:
@@ -24,7 +24,7 @@ import tempfile
|
||||
import time
|
||||
from glob import glob
|
||||
|
||||
import lxml
|
||||
import lxml # noqa: F401
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
# Detecting Python 3 for version-dependent implementations
|
||||
|
||||
Reference in New Issue
Block a user