Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

fix: Add shebang to fixup scripts #49

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/fixup_tasks_v2_keywords.py
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
Expand Down
1 change: 1 addition & 0 deletions scripts/fixup_tasks_v2beta2_keywords.py
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
Expand Down
1 change: 1 addition & 0 deletions scripts/fixup_tasks_v2beta3_keywords.py
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright 2020 Google LLC
Expand Down