Skip to content

Commit

Permalink
fix TCH004 ruff issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bcallonnec committed Jan 29, 2024
1 parent 6dd8236 commit a001ff4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/poetry/console/commands/build.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
from __future__ import annotations

from typing import TYPE_CHECKING
from pathlib import Path

from cleo.helpers import option

from poetry.console.commands.env_command import EnvCommand
from poetry.utils.env import build_environment


if TYPE_CHECKING:
from pathlib import Path


class BuildCommand(EnvCommand):
name = "build"
description = "Builds a package, as a tarball and a wheel by default."
Expand Down

0 comments on commit a001ff4

Please sign in to comment.