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 Jul 11, 2023
1 parent e32ee3f commit 528c64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/handle_ipynb_magics.py
Expand Up @@ -6,8 +6,8 @@
import secrets
import sys
from functools import lru_cache
from typing import Dict, List, Optional, Tuple
from importlib.util import find_spec
from typing import Dict, List, Optional, Tuple

if sys.version_info >= (3, 10):
from typing import TypeGuard
Expand Down

0 comments on commit 528c64f

Please sign in to comment.