Skip to content

Commit

Permalink
Merge pull request #35 from phil303/dupe-docs
Browse files Browse the repository at this point in the history
Remove duplicate comment in Dataloader
  • Loading branch information
syrusakbary committed Jun 11, 2017
2 parents 8f64705 + d2c2d68 commit 49f3509
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 49f3509

Please sign in to comment.