From 4ae06f15cd27c70e0149e1418fad02bc458bd71e Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 13 Oct 2021 18:07:38 -0400 Subject: [PATCH] fix: autopep8 --- tests/system/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/conftest.py b/tests/system/conftest.py index ded331f9cb..e7f535c74b 100644 --- a/tests/system/conftest.py +++ b/tests/system/conftest.py @@ -19,7 +19,7 @@ import os import pytest -from google.api_core.client_options import ClientOptions # type: ignore +from google.api_core.client_options import ClientOptions # type: ignore from google.auth import credentials from google.showcase import EchoClient from google.showcase import IdentityClient