Skip to content

Commit b85c959

Browse files
black formatting
1 parent a8bed75 commit b85c959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datajoint/autopopulate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ def handler(signum, frame):
211211

212212
if keys is None:
213213
keys = (self._jobs_to_do(restrictions) - self.target).fetch(
214-
"KEY", limit=limit)
214+
"KEY", limit=limit
215+
)
215216

216217
# exclude "error", "ignore" or "reserved" jobs
217218
if reserve_jobs:

0 commit comments

Comments
 (0)