This commit is contained in:
Zanie
2023-10-27 12:48:14 -05:00
parent b6066c6bef
commit c3354ad843
5 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ from dataclasses import dataclass, field
from enum import Enum
from pathlib import Path
from subprocess import PIPE
from typing import AsyncGenerator, Self
from typing import Self
from ruff_ecosystem import logger
from ruff_ecosystem.check import CheckOptions