diff options
Diffstat (limited to 'tests/test_argparse.py')
-rw-r--r-- | tests/test_argparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_argparse.py b/tests/test_argparse.py index 02c1701b..7096848a 100644 --- a/tests/test_argparse.py +++ b/tests/test_argparse.py @@ -6,7 +6,7 @@ import argparse import pytest import cmd2 -import mock +from unittest import mock from conftest import run_cmd, StdOut |