Skip to content

Commit c0fad50

Browse files
committed
formatting
1 parent b3c49a0 commit c0fad50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: image_in_window_screensaver/file_walker.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
import argument_handler as argh
77

88
current_mode = None
9+
910
def get_mode():
1011
return current_mode
12+
1113
def walk(mode=None) -> List:
1214
"""
1315
walks through a path to return list of absolute path of images with png or jpg extensions

0 commit comments

Comments
 (0)