Fix lint issues
Compare changes
- Daniel Silverstone authored
The use of dictionary literals in argument defaults is disrecommended due to the way that they are static and thus potentially very confusing. Signed-off-by:
Daniel Silverstone <daniel.silverstone@codethink.co.uk>
+ 6
− 3
@@ -30,7 +30,7 @@ from .._fuse import SafeHardlinks
@@ -39,7 +39,7 @@ class Mount():
@@ -101,10 +101,13 @@ class Mount():