fixed linting
This commit is contained in:
parent
e491d30b07
commit
22df6ecdd4
|
|
@ -32,7 +32,7 @@ async def chain_list_controller(chain_repository: ChainRepositoryDependency):
|
||||||
return chains
|
return chains
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.exception(f"Error during chain list")
|
logger.exception("Error during chain list")
|
||||||
return HTTPException(status_code=500, detail="Error during chain list")
|
return HTTPException(status_code=500, detail="Error during chain list")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user