Skip to content

Commit

Permalink
remove: redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-burashnikov committed Dec 16, 2023
1 parent 399354e commit 785b02b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions depinspect/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@
FEDORA_ARCHS = {"i686", "noarch", "x86_64", "riscv64"}

ARCHITECTURES = UBUNTU_ARCHS.union(FEDORA_ARCHS)

MAX_CHAR_LENGTH = 80
2 changes: 1 addition & 1 deletion depinspect/printer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from click import echo

from depinspect.constants import MAX_CHAR_LENGTH
MAX_CHAR_LENGTH = 80


def print_for_one(
Expand Down

0 comments on commit 785b02b

Please sign in to comment.