We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b837bc4 commit ffde332Copy full SHA for ffde332
src/black/comments.py
@@ -3,7 +3,7 @@
3
from functools import lru_cache
4
from typing import Collection, Final, Iterator, List, Optional, Tuple, Union
5
6
-from black.mode import Mode
+from black.mode import Mode, Preview
7
from black.nodes import (
8
CLOSING_BRACKETS,
9
STANDALONE_COMMENT,
0 commit comments