X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/117891878e5be4d6b771ae5de299e51b679cea27..bbe1bdf1edfedf51b40824c5574413c0b1b35284:/src/black/comments.py diff --git a/src/black/comments.py b/src/black/comments.py index a8152d6..28b9117 100644 --- a/src/black/comments.py +++ b/src/black/comments.py @@ -1,7 +1,7 @@ import sys from dataclasses import dataclass from functools import lru_cache -import regex as re +import re from typing import Iterator, List, Optional, Union if sys.version_info >= (3, 8):