-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31124/
-----------------------------------------------------------
Review request for Aurora, Brian Wickman and Zameer Manji.
Repository: aurora
Description
-------
Addresses these style check errors:
```
F401:ERROR src/main/python/apache/aurora/executor/executor_vars.py:017
'BadZipfile' imported but unused
|from zipfile import BadZipfile
F401:ERROR src/main/python/apache/aurora/executor/executor_vars.py:020
'PexInfo' imported but unused
|from pex.pex import PexInfo
F401:ERROR src/main/python/apache/aurora/executor/executor_vars.py:022
'NamedGauge' imported but unused
|from twitter.common.metrics import LambdaGauge, MutatorGauge, NamedGauge,
Observable
F401:ERROR src/main/python/apache/aurora/executor/executor_vars.py:024
'ScanfParser' imported but unused
|from twitter.common.string.scanf import ScanfParser
```
Diffs
-----
src/main/python/apache/aurora/executor/executor_vars.py
283b62459a2a4173a96661129eb259b2384c23ca
Diff: https://reviews.apache.org/r/31124/diff/
Testing
-------
Thanks,
Bill Farner