Skip to content

Commit 5ec6801

Browse files
authored
Merge pull request jazzband#668 from TheBuky/deprecationcollections
Update pipeline\conf.py
2 parents 1492302 + f46f812 commit 5ec6801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import unicode_literals
33

44
import os
5-
import collections
5+
from collections import MutableMapping
66
import shlex
77

88
from django.conf import settings as _settings
@@ -91,7 +91,7 @@
9191
}
9292

9393

94-
class PipelineSettings(collections.MutableMapping):
94+
class PipelineSettings(MutableMapping):
9595
"""
9696
Container object for pipeline settings
9797
"""

0 commit comments

Comments
 (0)