Fix linting
This commit is contained in:
@@ -130,7 +130,9 @@ class PostgreSQLDB:
|
|||||||
logger.info(f"PostgreSQL, Creating index {index_name} on table {k}")
|
logger.info(f"PostgreSQL, Creating index {index_name} on table {k}")
|
||||||
await self.execute(create_index_sql)
|
await self.execute(create_index_sql)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"PostgreSQL, Failed to create index on table {k}, Got: {e}")
|
logger.error(
|
||||||
|
f"PostgreSQL, Failed to create index on table {k}, Got: {e}"
|
||||||
|
)
|
||||||
|
|
||||||
async def query(
|
async def query(
|
||||||
self,
|
self,
|
||||||
|
Reference in New Issue
Block a user