Skip to content

Commit 9209393

Browse files
committed
Remove obvious 2.6 import.
1 parent d168a67 commit 9209393

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pipeline/collector.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
import os
44

5-
try:
6-
from collections import OrderedDict
7-
except ImportError:
8-
from django.utils.datastructures import SortedDict as OrderedDict
5+
from collections import OrderedDict
96

107
from django.contrib.staticfiles import finders
118
from django.contrib.staticfiles.storage import staticfiles_storage

0 commit comments

Comments
 (0)