Skip to content

Commit

Permalink
Pep8 fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Aug 31, 2015
1 parent 7592cd7 commit 1418d52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datreant/persistence.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def get_coordinator(self):
absolute path to Coordinator directory
"""
return self._record['coordinator']
return self._record['coordinator']

@_write
@_pull_push
Expand Down Expand Up @@ -624,7 +624,6 @@ def del_tags(self, *tags, **kwargs):
else:
# remove redundant tags from given list if present
tags = set([str(tag) for tag in tags])

for tag in tags:
self._record['tags'].remove(tag)

Expand Down

0 comments on commit 1418d52

Please sign in to comment.