From 785b02b37179d9383e7337f584bbea98f4cb45c2 Mon Sep 17 00:00:00 2001 From: Artem Burashnikov Date: Sat, 16 Dec 2023 20:20:46 +0300 Subject: [PATCH] remove: redundant import --- depinspect/constants.py | 2 -- depinspect/printer.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/depinspect/constants.py b/depinspect/constants.py index 39f7218..8f457a5 100644 --- a/depinspect/constants.py +++ b/depinspect/constants.py @@ -15,5 +15,3 @@ FEDORA_ARCHS = {"i686", "noarch", "x86_64", "riscv64"} ARCHITECTURES = UBUNTU_ARCHS.union(FEDORA_ARCHS) - -MAX_CHAR_LENGTH = 80 diff --git a/depinspect/printer.py b/depinspect/printer.py index b51e964..94bd4fa 100644 --- a/depinspect/printer.py +++ b/depinspect/printer.py @@ -1,6 +1,6 @@ from click import echo -from depinspect.constants import MAX_CHAR_LENGTH +MAX_CHAR_LENGTH = 80 def print_for_one(