We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7c202 commit 0172e42Copy full SHA for 0172e42
pathtraits/access.py
@@ -96,6 +96,7 @@ def get_paths_values(db, query_str):
96
for r in response:
97
path = r["path"]
98
# ensure distinct paths
99
+ # pylint: disable=C0201
100
if path not in res.keys():
101
r = nest_dict(r)
102
r.pop("path")
0 commit comments