Skip to content

Commit d7520ed

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 80df337 commit d7520ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/services/contents/filemanager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def check_folder_size(self, path):
685685
""",
686686
)
687687

688-
def _get_dir_size(self, path = "."):
688+
def _get_dir_size(self, path="."):
689689
"""
690690
calls the command line program du to get the directory size
691691
"""

0 commit comments

Comments
 (0)