Skip to content

Commit

Permalink
undo lint changes to boto files
Browse files Browse the repository at this point in the history
for some reason `scripts/eachdist.py lint` is not in sync with `tox
lint` and it messes up CI
  • Loading branch information
aabmass committed Jun 3, 2020
1 parent ad267b5 commit 75096a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
import logging
from inspect import currentframe

from boto.connection import AWSAuthConnection, AWSQueryConnection
from wrapt import ObjectProxy, wrap_function_wrapper

from boto.connection import AWSAuthConnection, AWSQueryConnection
from opentelemetry.auto_instrumentation.instrumentor import BaseInstrumentor
from opentelemetry.ext.boto.version import __version__
from opentelemetry.trace import SpanKind, get_tracer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import boto.elasticache
import boto.s3
import boto.sts

from moto import ( # pylint: disable=import-error
mock_ec2_deprecated,
mock_lambda_deprecated,
Expand Down

0 comments on commit 75096a2

Please sign in to comment.