Add shebang to gerrit_monitoring.py script

This allows to run the script without explicitly specifying the
interpreter to use.

Change-Id: I900b2dae90a87fb6bae65c6d1549ad9d5d29cd48
This commit is contained in:
Matthias Sohn 2023-02-21 20:18:25 +01:00
parent 09eccc6e78
commit 2ea9735067

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
# Copyright (C) 2020 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");