Skip to content

Commit 8c8e1da

Browse files
committed
Fix formatting faux pas
1 parent dae6bc3 commit 8c8e1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodestream_plugin_neo4j/migrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async def mark_migration_as_executed(self, migration: Migration) -> None:
167167
await self.database_connection.execute(query)
168168

169169
async def get_completed_migrations(self, graph: MigrationGraph) -> List[Migration]:
170-
query = Query.from_statement(LIST_MIGRATIONS_QUERY)
170+
query = Query.from_statement(LIST_MIGRATIONS_QUERY)
171171
return [
172172
graph.get_migration(record["name"])
173173
for record in await self.database_connection.execute(query)

0 commit comments

Comments
 (0)