Skip to content

Commit 56feb59

Browse files
authored
Merge pull request #7002 from denyshon/patch-1
Remove placeholder for first author in extract.py
2 parents 0acb073 + 501ddb7 commit 56feb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitsune/sumo/management/commands/extract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def update_header_comments(filename):
133133
),
134134
(
135135
re.compile(r"^# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.$", flags=re.MULTILINE),
136-
f"# FIRST AUTHOR <EMAIL@ADDRESS>, {current_year}.",
136+
"",
137137
),
138138
]
139139
pot_file = Path(filename)

0 commit comments

Comments
 (0)