Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaFaer committed Dec 6, 2019
1 parent 8896c5b commit 13b8553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api_core/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def unit_grpc_gcp(session):
default(session)


@nox.session(python="3.6")
@nox.session(python="3.7")
def lint(session):
"""Run linters.
Expand Down Expand Up @@ -126,4 +126,4 @@ def docs(session):
os.path.join("docs", "_build", "doctrees", ""),
os.path.join("docs", ""),
os.path.join("docs", "_build", "html", ""),
)
)
3 changes: 1 addition & 2 deletions api_core/tests/unit/test_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@

import mock

from google.api_core import exceptions
from google.api_core import operation
from google.api_core import operations_v1
from google.api_core import retry
from google.api_core import exceptions
from google.api_core.future import polling
from google.longrunning import operations_pb2
from google.protobuf import struct_pb2
from google.rpc import code_pb2
Expand Down

0 comments on commit 13b8553

Please sign in to comment.