Remove explicit inherits from object

This commit is contained in:
flan
2017-11-04 02:38:17 +01:00
parent 95eadafb9b
commit 3d6a2a639a
6 changed files with 9 additions and 9 deletions

View File

@@ -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."""