Skip to content
Snippets Groups Projects
Commit dfc0a357 authored by Dustin Gadal's avatar Dustin Gadal
Browse files

Fix import error

See also:
https://github.com/edx/edx-platform/pull/9969

I'm not at a linux box to do a rebase from the command line, so I'm creating a new PR.
parent 4b37d788
No related merge requests found
......@@ -7,7 +7,7 @@ import pymongo.message
import threading
import traceback
from collections import defaultdict
from decorator import contextmanager
from contextlib import contextmanager
from uuid import uuid4
from factory import Factory, Sequence, lazy_attribute_sequence, lazy_attribute
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment