PEP fixes

This commit is contained in:
Philip Ridout 2017-09-21 07:20:56 +01:00
parent b440584cb5
commit b4a687c85e
1 changed files with 0 additions and 1 deletions

View File

@ -214,4 +214,3 @@ class Path(PathVariant):
with suppress(ValueError):
path = path.relative_to(base_path)
return {'__Path__': path.parts}