Skip to content

Commit

Permalink
remove unused readline import
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
  • Loading branch information
arthurzam committed Mar 1, 2024
1 parent 1646e9a commit 272c4fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions bugz/cli.py
Expand Up @@ -24,12 +24,6 @@
import textwrap
import xmlrpc.client

try:
import readline
except ImportError:
pass


from bugz.cli_argparser import make_arg_parser
from bugz.configfile import load_config
from bugz.settings import Settings
Expand Down
5 changes: 0 additions & 5 deletions bugz/utils.py
Expand Up @@ -5,11 +5,6 @@
import shutil
import tempfile

try:
import readline
except ImportError:
readline = None

BUGZ_COMMENT_TEMPLATE = """
BUGZ: ---------------------------------------------------
%s
Expand Down

0 comments on commit 272c4fb

Please sign in to comment.