Revert comment for Exception that's not changed
This commit is contained in:
parent
b499e74502
commit
2e1269c474
@ -48,7 +48,7 @@ class ExchangeResolver(IResolver):
|
|||||||
logger.info(f"Using resolved exchange '{exchange_name}'...")
|
logger.info(f"Using resolved exchange '{exchange_name}'...")
|
||||||
return exchange
|
return exchange
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
# Pass and raise OperationalException instead
|
# Pass and raise ImportError instead
|
||||||
pass
|
pass
|
||||||
|
|
||||||
raise ImportError(
|
raise ImportError(
|
||||||
|
Loading…
Reference in New Issue
Block a user