Skip to content

Commit

Permalink
PEP8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Hubbard committed Apr 17, 2015
1 parent 8151d9c commit 068cb71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions redislite/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,10 +864,10 @@ def settings(*args, **kwargs):
"""
global default_settings

settings = default_settings
settings.update(kwargs)
new_settings = default_settings
new_settings.update(kwargs)

return settings
return new_settings


def config(*args, **kwargs):
Expand Down

0 comments on commit 068cb71

Please sign in to comment.