Skip to content

Commit fa8fbae

Browse files
committed
fix(generator): fix import group formatting in _compat.py template and goldens
1 parent 0e5ebca commit fa8fbae

9 files changed

Lines changed: 9 additions & 0 deletions

File tree

  • packages/gapic-generator

packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/_compat.py.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import os
99
import re
1010
import uuid
1111
from typing import Any, Callable, Dict, List, Optional, Tuple
12+
1213
from google.auth.exceptions import MutualTLSChannelError
1314

1415

packages/gapic-generator/tests/integration/goldens/asset/google/cloud/asset_v1/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import re
2323
import uuid
2424
from typing import Any, Callable, Dict, List, Optional, Tuple
25+
2526
from google.auth.exceptions import MutualTLSChannelError
2627

2728

packages/gapic-generator/tests/integration/goldens/credentials/google/iam/credentials_v1/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import re
2323
import uuid
2424
from typing import Any, Callable, Dict, List, Optional, Tuple
25+
2526
from google.auth.exceptions import MutualTLSChannelError
2627

2728

packages/gapic-generator/tests/integration/goldens/eventarc/google/cloud/eventarc_v1/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import re
2323
import uuid
2424
from typing import Any, Callable, Dict, List, Optional, Tuple
25+
2526
from google.auth.exceptions import MutualTLSChannelError
2627

2728

packages/gapic-generator/tests/integration/goldens/logging/google/cloud/logging_v2/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import re
2323
import uuid
2424
from typing import Any, Callable, Dict, List, Optional, Tuple
25+
2526
from google.auth.exceptions import MutualTLSChannelError
2627

2728

packages/gapic-generator/tests/integration/goldens/logging_internal/google/cloud/logging_v2/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import re
2323
import uuid
2424
from typing import Any, Callable, Dict, List, Optional, Tuple
25+
2526
from google.auth.exceptions import MutualTLSChannelError
2627

2728

packages/gapic-generator/tests/integration/goldens/redis/google/cloud/redis_v1/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import re
2323
import uuid
2424
from typing import Any, Callable, Dict, List, Optional, Tuple
25+
2526
from google.auth.exceptions import MutualTLSChannelError
2627

2728

packages/gapic-generator/tests/integration/goldens/redis_selective/google/cloud/redis_v1/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import re
2323
import uuid
2424
from typing import Any, Callable, Dict, List, Optional, Tuple
25+
2526
from google.auth.exceptions import MutualTLSChannelError
2627

2728

packages/gapic-generator/tests/integration/goldens/storagebatchoperations/google/cloud/storagebatchoperations_v1/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import re
2323
import uuid
2424
from typing import Any, Callable, Dict, List, Optional, Tuple
25+
2526
from google.auth.exceptions import MutualTLSChannelError
2627

2728

0 commit comments

Comments
 (0)