mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 17:14:42 +00:00
Remove unused import and move geoip module from the cache module into base linkcheck module.
This commit is contained in:
parent
6292ec54fa
commit
c59bbae587
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ Store and retrieve country names for IPs.
|
|||
import os
|
||||
import sys
|
||||
from ..lock import get_lock
|
||||
from ..containers import LFUCache
|
||||
from ..decorators import synchronized
|
||||
from ..strformat import unicode_safe
|
||||
|
||||
Loading…
Reference in a new issue