There's a small isort fix remaining:
```
00:40:43 ERROR:
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/apache_beam/io/localfilesystem_test.py
Imports are incorrectly sorted.
00:40:43 ---
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/apache_beam/io/localfilesystem_test.py:before
2018-10-02 07:38:10.365763
00:40:43 +++
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/apache_beam/io/localfilesystem_test.py:after
2018-10-02 07:40:39.716307
00:40:43 @@ -28,8 +28,8 @@
00:40:43 import unittest
00:40:43
00:40:43 import mock
00:40:43 +from parameterized import param
00:40:43 from parameterized import parameterized
00:40:43 -from parameterized import param
00:40:43
00:40:43 from apache_beam.io import localfilesystem
00:40:43 from apache_beam.io.filesystem import BeamIOError
```
[ Full content available at: https://github.com/apache/beam/pull/6423 ]
This message was relayed via gitbox.apache.org for [email protected]