Skip to content

Commit 528c64f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e32ee3f commit 528c64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/black/handle_ipynb_magics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import secrets
77
import sys
88
from functools import lru_cache
9-
from typing import Dict, List, Optional, Tuple
109
from importlib.util import find_spec
10+
from typing import Dict, List, Optional, Tuple
1111

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

0 commit comments

Comments
 (0)