Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2023
1 parent 6508490 commit b232a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import sys
import tempfile
from dataclasses import dataclass, field
from mypy_extensions import mypyc_attr
from pathlib import Path
from typing import Dict, Iterable, NamedTuple, Set, Tuple

from mypy_extensions import mypyc_attr
from platformdirs import user_cache_dir

from _black_version import version as __version__
Expand Down

0 comments on commit b232a01

Please sign in to comment.