aboutsummaryrefslogtreecommitdiffhomepage
path: root/libs/guessit/monkeypatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'libs/guessit/monkeypatch.py')
-rw-r--r--libs/guessit/monkeypatch.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/libs/guessit/monkeypatch.py b/libs/guessit/monkeypatch.py
index 33e7c46ee..14ddf6e89 100644
--- a/libs/guessit/monkeypatch.py
+++ b/libs/guessit/monkeypatch.py
@@ -4,10 +4,7 @@
Monkeypatch initialisation functions
"""
-try:
- from collections import OrderedDict
-except ImportError: # pragma: no-cover
- from ordereddict import OrderedDict # pylint:disable=import-error
+from collections import OrderedDict
from rebulk.match import Match