Commit 0d4f602e by Davorin Sego

pep8

parent d06e16d9
...@@ -171,7 +171,6 @@ class BulkOperationsMixin(object): ...@@ -171,7 +171,6 @@ class BulkOperationsMixin(object):
self._active_bulk_ops = ActiveBulkThread(self._bulk_ops_record_type) self._active_bulk_ops = ActiveBulkThread(self._bulk_ops_record_type)
self.signal_handler = None self.signal_handler = None
@contextmanager @contextmanager
def bulk_operations(self, course_id, emit_signals=True): def bulk_operations(self, course_id, emit_signals=True):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment