Sort imports
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import argparse
|
||||
import asyncio
|
||||
import logging
|
||||
import os
|
||||
import shutil
|
||||
import sys
|
||||
import sysconfig
|
||||
import tempfile
|
||||
from contextlib import nullcontext
|
||||
from pathlib import Path
|
||||
|
||||
@@ -3,9 +3,7 @@ from __future__ import annotations
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from unidiff import PatchSet
|
||||
|
||||
from ruff_ecosystem.projects import ClonedRepository, Project
|
||||
from ruff_ecosystem.projects import Project
|
||||
|
||||
|
||||
def markdown_project_section(
|
||||
|
||||
Reference in New Issue
Block a user