Skip to content

Commit

Permalink
chore: linter fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jan 24, 2024
1 parent 8f57dc7 commit c7ff2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pass_import/managers/nordpass.py
Expand Up @@ -34,7 +34,7 @@ def parse(self):
groups.append(entry['group'])

self.data = list(filter(
lambda x: not(x['title'] in groups and not x['group']),
lambda x: not (x['title'] in groups and not x['group']),
self.data))


Expand Down

0 comments on commit c7ff2ef

Please sign in to comment.