mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-13 22:45:05 +02:00
Fix more test failures
This commit is contained in:
parent
78aae0b7b5
commit
ff8b89fa13
2 changed files with 6 additions and 1 deletions
|
@ -40,7 +40,10 @@ except NameError:
|
|||
pass
|
||||
|
||||
# Attn: these imports should NOT be at the top of the file
|
||||
from .client import CLIENT, commands
|
||||
try:
|
||||
from .client import CLIENT, commands
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
__all__ = [
|
||||
"CLIENT",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue