Skip to content

Commit c093a47

Browse files
Remove unused
1 parent 7e38f49 commit c093a47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tldextract/tldextract.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636

3737
from __future__ import annotations
3838

39-
import logging
4039
import os
4140
import urllib.parse
4241
from collections.abc import Collection, Sequence
@@ -50,9 +49,6 @@
5049
from .remote import lenient_netloc, looks_like_ip, looks_like_ipv6
5150
from .suffix_list import get_suffix_lists
5251

53-
LOG = logging.getLogger("tldextract")
54-
55-
5652
CACHE_TIMEOUT = os.environ.get("TLDEXTRACT_CACHE_TIMEOUT")
5753

5854
PUBLIC_SUFFIX_LIST_URLS = (

0 commit comments

Comments
 (0)