Skip to content

Commit

Permalink
Merge pull request #329 from laura-king/test-cli-imports
Browse files Browse the repository at this point in the history
BUG: remove extra pcdsutils import
  • Loading branch information
klauer authored Sep 5, 2023
2 parents f80de0c + 9b751bb commit 861496e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion happi/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

import click
import IPython
import pcdsutils
import pytest
from click.testing import CliRunner

Expand Down

0 comments on commit 861496e

Please sign in to comment.