Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MattExact committed May 21, 2024
1 parent 2acbc90 commit 1a6b0c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions meilisync/source/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ async def get_full_data(self, sync: Sync, size: int):
fields = "*"

def execute():
cur.execute(
f"SELECT {fields} FROM {sync.table}"
)
cur.execute(f"SELECT {fields} FROM {sync.table}")

def fetch():
return cur.fetchmany(size)
Expand Down

0 comments on commit 1a6b0c9

Please sign in to comment.