Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-yatsenko committed Sep 12, 2024
1 parent a8bed75 commit b85c959
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datajoint/autopopulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ def handler(signum, frame):

if keys is None:
keys = (self._jobs_to_do(restrictions) - self.target).fetch(
"KEY", limit=limit)
"KEY", limit=limit
)

# exclude "error", "ignore" or "reserved" jobs
if reserve_jobs:
Expand Down

0 comments on commit b85c959

Please sign in to comment.