From 2b71cd5b26069b422257752e032df1a59544c9d6 Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Tue, 4 Jul 2023 22:43:47 -0700 Subject: [PATCH] one more --- src/black/comments.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/black/comments.py b/src/black/comments.py index 72b485f345f..226968bff98 100644 --- a/src/black/comments.py +++ b/src/black/comments.py @@ -1,5 +1,4 @@ import re -import sys from dataclasses import dataclass from functools import lru_cache from typing import Final, Iterator, List, Optional, Union