Remove explicit inherits from object
This commit is contained in:
@@ -5,7 +5,7 @@ from queue import Queue
|
||||
|
||||
import time, logging
|
||||
|
||||
class ThreadingCollectionWrapper(object):
|
||||
class ThreadingCollectionWrapper:
|
||||
"""Provides the same interface as CollectionWrapper, but it creates a new Thread to
|
||||
interact with the collection."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user