Skip to content

Commit

Permalink
Remove duplicate comment in Dataloader
Browse files Browse the repository at this point in the history
  • Loading branch information
phil303 committed Jun 11, 2017
1 parent 8f64705 commit d2c2d68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions promise/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ def do_resolve_reject(self, key, resolve, reject):
# Determine if a dispatch of this queue should be scheduled.
# A single dispatch should be scheduled per queue at the time when the
# queue changes from "empty" to "full".
# Determine if a dispatch of this queue should be scheduled.
# A single dispatch should be scheduled per queue at the time when the
# queue changes from "empty" to "full".
if len(self._queue) == 1:
if self.batch:
# If batching, schedule a task to dispatch the queue.
Expand Down

0 comments on commit d2c2d68

Please sign in to comment.