Skip to content

Commit d3b0577

Browse files
committed
revert changes to get_udm_event
1 parent 96fdbba commit d3b0577

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ingestion/v1alpha/get_udm_event.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright 2025 Google LLC
3+
# Copyright 2024 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -25,11 +25,12 @@
2525
import argparse
2626
import json
2727

28+
from google.auth.transport import requests
29+
2830
from common import chronicle_auth
2931
from common import project_id
3032
from common import project_instance
3133
from common import regions
32-
from google.auth.transport import requests
3334

3435
SCOPES = [
3536
"https://www.googleapis.com/auth/cloud-platform",

0 commit comments

Comments
 (0)