File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/dynamodb_encryption_sdk/material_providers/store Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
from dynamodb_encryption_sdk .exceptions import NoKnownVersionError
19
19
from dynamodb_encryption_sdk .material_providers import ( # noqa pylint: disable=unused-import
20
- CryptographicMaterialsProvider ,
20
+ CryptographicMaterialsProvider
21
21
)
22
22
23
23
try : # Python 3.5.0 and 3.5.1 have incompatible typing modules
Original file line number Diff line number Diff line change @@ -309,11 +309,11 @@ commands = {[testenv:isort]commands} -c
309
309
[testenv:autoformat]
310
310
basepython = python3
311
311
deps =
312
- {[testenv:blacken]deps}
313
312
{[testenv:isort]deps}
313
+ {[testenv:blacken]deps}
314
314
commands =
315
- {[testenv:blacken]commands}
316
315
{[testenv:isort]commands}
316
+ {[testenv:blacken]commands}
317
317
318
318
# Clear out any generated files from doc/
319
319
[testenv:resetdocs]
You can’t perform that action at this time.
0 commit comments