Skip to content

Commit 92369c6

Browse files
committed
fix: linter error
1 parent 023214f commit 92369c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def gen_co_author(co_author):
3737
return "\nCo-authored-by: %s" % co_author
3838

3939

40-
def create_file(convention_name, dont_create=False): # pragma: no cover
40+
def create_file(convention_name, dont_create=False): # pragma: no cover
4141
if not dont_create:
4242
data = dict(
4343
convention=convention_name

0 commit comments

Comments
 (0)