Skip to content

Commit b81c750

Browse files
authored
Apply suggestions from code review
1 parent c445320 commit b81c750

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/check-review-dates.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def get_prod_cat_ref():
3333
js = re.sub(r"/\*.*?\*/", "", js, flags=re.S) # strip block comments
3434
js = js.replace("export default", "").strip() # strip "export default" and cleanup
3535

36-
3736
# Convert items - [accountMenu, billingMenu] → ['account', 'billing']
3837
js = re.sub(r"\b([a-zA-Z0-9_]+)Menu\b(?!')", r"'\1'", js)
3938

@@ -185,6 +184,5 @@ def main():
185184
if os.environ.get("DRY_RUN") != "true":
186185
send_message(message)
187186

188-
189187
if __name__ == "__main__":
190188
main()

0 commit comments

Comments
 (0)