Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Jul 6, 2024
1 parent 7e38f49 commit c093a47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tldextract/tldextract.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

from __future__ import annotations

import logging
import os
import urllib.parse
from collections.abc import Collection, Sequence
Expand All @@ -50,9 +49,6 @@
from .remote import lenient_netloc, looks_like_ip, looks_like_ipv6
from .suffix_list import get_suffix_lists

LOG = logging.getLogger("tldextract")


CACHE_TIMEOUT = os.environ.get("TLDEXTRACT_CACHE_TIMEOUT")

PUBLIC_SUFFIX_LIST_URLS = (
Expand Down

0 comments on commit c093a47

Please sign in to comment.