diff --git a/docs/source/upcoming_release_notes/329-remove-extra-pcdsutils-import.rst b/docs/source/upcoming_release_notes/329-remove-extra-pcdsutils-import.rst new file mode 100644 index 00000000..1df97750 --- /dev/null +++ b/docs/source/upcoming_release_notes/329-remove-extra-pcdsutils-import.rst @@ -0,0 +1,22 @@ +329 remove-extra-pcdsutils-import +################# + +API Changes +----------- +- N/A + +Features +-------- +- N/A + +Bugfixes +-------- +- Remove an extra pcdsutils import from test_cli.py that is not properly caught by error handling + +Maintenance +----------- +- N/A + +Contributors +------------ +- laura-king diff --git a/happi/tests/test_cli.py b/happi/tests/test_cli.py index 269f6b9c..730018e7 100644 --- a/happi/tests/test_cli.py +++ b/happi/tests/test_cli.py @@ -12,7 +12,6 @@ import click import IPython -import pcdsutils import pytest from click.testing import CliRunner