Martin Blanchard pushed to branch mablanch/36-fix-linting at BuildGrid / buildgrid
Commits:
-
d7d43431
by Martin Blanchard at 2018-10-05T11:41:46Z
1 changed file:
Changes:
... | ... | @@ -455,8 +455,12 @@ known-standard-library= |
455 | 455 |
|
456 | 456 |
# Force import order to recognize a module as part of a third party library.
|
457 | 457 |
known-third-party=boto3,
|
458 |
+ click,
|
|
458 | 459 |
enchant,
|
459 |
- grpc
|
|
460 |
+ google,
|
|
461 |
+ grpc,
|
|
462 |
+ moto,
|
|
463 |
+ yaml
|
|
460 | 464 |
|
461 | 465 |
|
462 | 466 |
[DESIGN]
|