cc-4105: more formatting fixes
This commit is contained in:
parent
38e8c3871e
commit
a9819f54d5
2 changed files with 6 additions and 4 deletions
|
@ -14,8 +14,8 @@ class MMConfig(object):
|
|||
|
||||
def __getitem__(self, key):
|
||||
"""
|
||||
We always return a copy of the config item to prevent callers from doing any modifications
|
||||
through the returned objects methods
|
||||
We always return a copy of the config item to prevent callers from
|
||||
doing any modifications through the returned objects methods
|
||||
"""
|
||||
return copy.deepcopy(self.cfg[key])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue