Skip to content

Commit ffde332

Browse files
committed
fix merge
1 parent b837bc4 commit ffde332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/black/comments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from functools import lru_cache
44
from typing import Collection, Final, Iterator, List, Optional, Tuple, Union
55

6-
from black.mode import Mode
6+
from black.mode import Mode, Preview
77
from black.nodes import (
88
CLOSING_BRACKETS,
99
STANDALONE_COMMENT,

0 commit comments

Comments
 (0)