Skip to content

Commit e64d3b0

Browse files
committed
isort imports
1 parent 031ed85 commit e64d3b0

25 files changed

+46
-44
lines changed

detect/v1alpha/batch_update_curated_rule_set_deployments.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@
4242
import json
4343
from typing import Any, Mapping
4444

45-
from google.auth.transport import requests
46-
4745
from common import chronicle_auth
4846
from common import project_id
4947
from common import project_instance
5048
from common import regions
49+
from google.auth.transport import requests
5150

5251
CHRONICLE_API_BASE_URL = "https://chronicle.googleapis.com"
5352
SCOPES = [

detect/v1alpha/bulk_update_alerts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@
4343
import argparse
4444
import json
4545

46-
from google.auth.transport import requests
47-
4846
from common import chronicle_auth
4947
from common import project_id
5048
from common import project_instance
5149
from common import regions
50+
from google.auth.transport import requests
5251

5352
from . import update_alert
5453

detect/v1alpha/create_retrohunt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@
3737
import json
3838
from typing import Any, Mapping
3939

40-
from google.auth.transport import requests
41-
4240
from common import chronicle_auth
4341
from common import datetime_converter
4442
from common import project_id
4543
from common import project_instance
4644
from common import regions
45+
from google.auth.transport import requests
4746

4847
CHRONICLE_API_BASE_URL = "https://chronicle.googleapis.com"
4948
SCOPES = [

detect/v1alpha/create_rule.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@
4141
import json
4242
from typing import Any, Mapping
4343

44-
from google.auth.transport import requests
45-
4644
from common import chronicle_auth
4745
from common import project_id
4846
from common import project_instance
4947
from common import regions
48+
from google.auth.transport import requests
5049

5150
CHRONICLE_API_BASE_URL = "https://chronicle.googleapis.com"
5251
SCOPES = [

detect/v1alpha/enable_rule.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@
3434
import json
3535
from typing import Any, Mapping
3636

37-
from google.auth.transport import requests
38-
3937
from common import chronicle_auth
4038
from common import project_id
4139
from common import project_instance
4240
from common import regions
41+
from google.auth.transport import requests
4342

4443
CHRONICLE_API_BASE_URL = "https://chronicle.googleapis.com"
4544
SCOPES = [

detect/v1alpha/get_alert.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@
3333
import json
3434
from typing import Any, Mapping
3535

36-
from google.auth.transport import requests
37-
3836
from common import chronicle_auth
3937
from common import project_id
4038
from common import project_instance
4139
from common import regions
40+
from google.auth.transport import requests
4241

4342
CHRONICLE_API_BASE_URL = "https://chronicle.googleapis.com"
4443
SCOPES = [

detect/v1alpha/get_detection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@
3333
import json
3434
from typing import Any, Mapping
3535

36-
from google.auth.transport import requests
37-
3836
from common import chronicle_auth
3937
from common import project_id
4038
from common import project_instance
4139
from common import regions
40+
from google.auth.transport import requests
4241

4342
CHRONICLE_API_BASE_URL = "https://chronicle.googleapis.com"
4443
SCOPES = [

detect/v1alpha/get_retrohunt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@
4343
import json
4444
from typing import Any, Mapping
4545

46-
from google.auth.transport import requests
47-
4846
from common import chronicle_auth
4947
from common import project_id
5048
from common import project_instance
5149
from common import regions
50+
from google.auth.transport import requests
5251

5352
CHRONICLE_API_BASE_URL = "https://chronicle.googleapis.com"
5453
SCOPES = [

detect/v1alpha/get_rule.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@
2727
import json
2828
from typing import Any, Mapping
2929

30-
from google.auth.transport import requests
31-
3230
from common import chronicle_auth
3331
from common import project_id
3432
from common import project_instance
3533
from common import regions
34+
from google.auth.transport import requests
3635

3736
CHRONICLE_API_BASE_URL = "https://chronicle.googleapis.com"
3837
SCOPES = [

detect/v1alpha/list_detections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
import argparse
4545
import json
4646
from typing import Any, Mapping
47+
4748
from common import chronicle_auth
4849
from common import project_id
4950
from common import project_instance

0 commit comments

Comments
 (0)