unused import

This commit is contained in:
Jelle Zijlstra 2022-12-10 08:56:05 -08:00
parent 0152d51be2
commit 4329c9f4d1

View File

@ -14,7 +14,7 @@
)
from black.brackets import DOT_PRIORITY, BracketTracker
from black.mode import Mode, Preview
from black.mode import Mode
from black.nodes import (
BRACKETS,
CLOSING_BRACKETS,