Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Sep 7, 2023
1 parent a7450c8 commit 6dce459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvc_data/hashfile/db/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def prepare(
if results:
paths, oids = zip(*results)
else:
paths, oids = [], []
paths, oids = (), ()
return PreparedMigration(src, dest, list(paths), list(oids))


Expand Down

0 comments on commit 6dce459

Please sign in to comment.