Skip to content

Commit

Permalink
Accept newer Black output
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Feb 27, 2024
1 parent 63b4809 commit 931c001
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/test_cache.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the caching functionality."""

from __future__ import annotations

import sys
Expand Down
1 change: 1 addition & 0 deletions tests/test_trie.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Trie tests."""

from itertools import permutations

from tldextract.tldextract import Trie
Expand Down
1 change: 0 additions & 1 deletion tldextract/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""tldextract __main__."""


from .cli import main

if __name__ == "__main__":
Expand Down
1 change: 1 addition & 0 deletions tldextract/cache.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helpers."""

from __future__ import annotations

import errno
Expand Down

0 comments on commit 931c001

Please sign in to comment.