mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 01:04:34 +03:00
Auto-format [ci skip]
This commit is contained in:
parent
d2d2baaf76
commit
f8f68bb062
|
@ -1100,7 +1100,7 @@ class _Sender:
|
||||||
q.put(item)
|
q.put(item)
|
||||||
|
|
||||||
def step(self):
|
def step(self):
|
||||||
"""Tell sender that comsumed one item.
|
"""Tell sender that comsumed one item.
|
||||||
|
|
||||||
Data is sent to the workers after every chunk_size calls."""
|
Data is sent to the workers after every chunk_size calls."""
|
||||||
self.count += 1
|
self.count += 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user