Skip to content

Commit 2310a72

Browse files
committed
Black reformatting #143
1 parent 4b94d77 commit 2310a72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sasctl/pzmm/write_json_files.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,9 @@ def get_pickle_file(cls, pickle_folder=Path.cwd()):
11701170
list
11711171
A list of pickle files.
11721172
"""
1173-
return [p for p in Path(pickle_folder).iterdir() if p.suffix in [".pickle", ".pkl"]]
1173+
return [
1174+
p for p in Path(pickle_folder).iterdir() if p.suffix in [".pickle", ".pkl"]
1175+
]
11741176

11751177
@classmethod
11761178
def get_pickle_dependencies(cls, pickle_file):

0 commit comments

Comments
 (0)