We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9852c13 commit e210cceCopy full SHA for e210cce
1 file changed
juju/client/client.py
@@ -62,8 +62,6 @@ def __init__(self):
62
__all__ = list(set(vars().keys()) - {'__module__', '__qualname__'})
63
64
def __getattr__(self, item):
65
- if self.new_client is None:
66
- raise RuntimeError("ClientModule version is not yet set. Is it 2.9? Or is it >3.0")
67
if 'Facade' in item:
68
return getattr(self.client_module, item)
69
return getattr(self.defs, item)
0 commit comments