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}'...")
|
||||
return exchange
|
||||
except AttributeError:
|
||||
# Pass and raise OperationalException instead
|
||||
# Pass and raise ImportError instead
|
||||
pass
|
||||
|
||||
raise ImportError(
|
||||
|
Loading…
Reference in New Issue
Block a user