Skip to content

Commit 414d379

Browse files
authored
Remove trailing whitespace
1 parent 8d6ffab commit 414d379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab-snippets/loader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def collect_snippets(self):
1515
snippets = []
1616
for root_path in self.snippet_paths:
1717
for dirpath, dirnames, filenames in os.walk(root_path, followlinks=True):
18-
# Remove hidden folder
18+
# Remove hidden folder
1919
to_remove = [folder for folder in dirnames if folder.startswith(".")]
2020
for folder in to_remove:
2121
dirnames.remove(folder)

0 commit comments

Comments
 (0)