Skip to content

Commit ccde77b

Browse files
rhtCorvince
authored andcommitted
Apply Black to cookiecutter code
1 parent e97e829 commit ccde77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesa/cookiecutter-mesa/hooks/post_gen_project.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import glob
22
import os
33

4-
file_list = glob.glob('**/*.pytemplate', recursive=True)
4+
file_list = glob.glob("**/*.pytemplate", recursive=True)
55

66
for file_path in file_list:
77
# Check if the file is a regular file

0 commit comments

Comments
 (0)