Revert comment for Exception that's not changed

This commit is contained in:
Matthias 2019-07-14 13:30:57 +02:00
parent b499e74502
commit 2e1269c474

View File

@ -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(