Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
- Fix formatting in cient_mount
Browse files Browse the repository at this point in the history
Signed-off-by: johnsonw <[email protected]>
  • Loading branch information
johnsonw committed Jun 15, 2020
1 parent 61cfc8d commit 5da635d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chroma_core/models/client_mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,10 @@ def get_steps(self):
args = dict(
host=self.host,
filesystems=[
(ObjectCache.get_one(ManagedFilesystem, lambda mf, mtd=m: mf.name == mtd.filesystem).mount_path(), m.mountpoint)
(
ObjectCache.get_one(ManagedFilesystem, lambda mf, mtd=m: mf.name == mtd.filesystem).mount_path(),
m.mountpoint,
)
for m in mounted
],
)
Expand Down

0 comments on commit 5da635d

Please sign in to comment.