Skip to content

Commit 0172e42

Browse files
committed
Fix lints
1 parent 3e7c202 commit 0172e42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pathtraits/access.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def get_paths_values(db, query_str):
9696
for r in response:
9797
path = r["path"]
9898
# ensure distinct paths
99+
# pylint: disable=C0201
99100
if path not in res.keys():
100101
r = nest_dict(r)
101102
r.pop("path")

0 commit comments

Comments
 (0)