Skip to content

Commit 13b8553

Browse files
author
IlyaFaer
committed
Lint fix.
1 parent 8896c5b commit 13b8553

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

api_core/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def unit_grpc_gcp(session):
6363
default(session)
6464

6565

66-
@nox.session(python="3.6")
66+
@nox.session(python="3.7")
6767
def lint(session):
6868
"""Run linters.
6969
@@ -126,4 +126,4 @@ def docs(session):
126126
os.path.join("docs", "_build", "doctrees", ""),
127127
os.path.join("docs", ""),
128128
os.path.join("docs", "_build", "html", ""),
129-
)
129+
)

api_core/tests/unit/test_operation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515

1616
import mock
1717

18+
from google.api_core import exceptions
1819
from google.api_core import operation
1920
from google.api_core import operations_v1
2021
from google.api_core import retry
21-
from google.api_core import exceptions
22-
from google.api_core.future import polling
2322
from google.longrunning import operations_pb2
2423
from google.protobuf import struct_pb2
2524
from google.rpc import code_pb2

0 commit comments

Comments
 (0)