Skip to content

Commit 1bbc9f1

Browse files
committed
blacken
1 parent 92a97af commit 1bbc9f1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ def pypy(session):
176176
"--cov=tests",
177177
"tests",
178178
"tests_async",
179-
)
179+
)

tests/test__default.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,9 @@
154154
DATA_DIR, "impersonated_service_account_service_account_source.json"
155155
)
156156

157-
IMPERSONATED_SERVICE_ACCOUNT_EXTERNAL_ACCOUNT_AUTHORIZED_USER_SOURCE_FILE = (
158-
os.path.join(
159-
DATA_DIR,
160-
"impersonated_service_account_external_account_authorized_user_source.json",
161-
)
157+
IMPERSONATED_SERVICE_ACCOUNT_EXTERNAL_ACCOUNT_AUTHORIZED_USER_SOURCE_FILE = os.path.join(
158+
DATA_DIR,
159+
"impersonated_service_account_external_account_authorized_user_source.json",
162160
)
163161

164162
EXTERNAL_ACCOUNT_AUTHORIZED_USER_FILE = os.path.join(

0 commit comments

Comments
 (0)