Compare commits
No commits in common. "a2f7682c6fbb09c7828d0ebc77a48416aa1887df" and "598f758332429fe7765ad32a0e47fe57cab6a2c1" have entirely different histories.
a2f7682c6f
...
598f758332
1 changed files with 1 additions and 4 deletions
|
@ -32,7 +32,4 @@ class ItemCountCollector(object):
|
||||||
|
|
||||||
yield counter
|
yield counter
|
||||||
|
|
||||||
try:
|
|
||||||
REGISTRY.register(ItemCountCollector())
|
REGISTRY.register(ItemCountCollector())
|
||||||
except Exception as e:
|
|
||||||
print(e)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue