Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
  • Loading branch information
Vitor Bandeira committed Aug 1, 2024
1 parent 4a0d8ad commit 30689ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flow/util/updateRules.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from firebase_admin import credentials
import json
import argparse
import os
Expand Down Expand Up @@ -27,10 +26,6 @@
# Parse the arguments
args = parser.parse_args()

# Initialize Firebase Admin SDK with service account credentials
with open(args.keyFile) as fp:
cred = credentials.Certificate(json.load(fp))

# make sure the working dir is flow/
os.chdir(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..'))

Expand Down

0 comments on commit 30689ef

Please sign in to comment.