ryanthompson591 commented on code in PR #22088:
URL: https://github.com/apache/beam/pull/22088#discussion_r941388901


##########
sdks/python/apache_beam/ml/inference/sklearn_inference_test.py:
##########
@@ -47,6 +47,12 @@
 from apache_beam.testing.util import assert_that
 from apache_beam.testing.util import equal_to
 
+# pylint: disable=wrong-import-order, wrong-import-position, 
ungrouped-imports, unused-import
+try:
+  from apache_beam.io.gcp.gcsfilesystem import GCSFileSystem

Review Comment:
   This might have been preemptive. Unless we are able to save files, I think 
these tests could fail.  However, it doesn't seem relevant to this PR and we 
should defer fixing it until it becomes an issue.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to