Skip to content

Commit

Permalink
worry about this later
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Walladge committed Dec 26, 2017
1 parent a80d464 commit cba4106
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions piqueserver/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ def _get(self, name, default):
return section[name]

def _set(self, name, value):
# TODO: better method of getting and setting that doesn't require
# updating entire dictionaries?
section = self._store._get(self._name, {})
section[name] = value
self._store._set(self._name, section)
Expand Down

0 comments on commit cba4106

Please sign in to comment.