From c88de7dfcfed716e81d06775b6e7929e4e01428c Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Sat, 13 Jun 2020 12:30:33 -0400 Subject: add ability to remove commands and commandsets Issue #943 --- tests/conftest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/conftest.py') diff --git a/tests/conftest.py b/tests/conftest.py index c07f7083..5b1a6f05 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -4,14 +4,13 @@ Cmd2 unit/functional testing """ import sys from contextlib import redirect_stderr, redirect_stdout -from typing import Dict, List, Optional, Union +from typing import List, Optional, Union from unittest import mock from pytest import fixture import cmd2 from cmd2.utils import StdSim -from cmd2.constants import COMMAND_FUNC_PREFIX, CMD_ATTR_HELP_CATEGORY # Prefer statically linked gnureadline if available (for macOS compatibility due to issues with libedit) try: -- cgit v1.2.1