AnandInguva commented on code in PR #26436:
URL: https://github.com/apache/beam/pull/26436#discussion_r1178155780
##########
examples/notebooks/beam-ml/automatic_model_refresh.ipynb:
##########
@@ -136,7 +136,10 @@
"from apache_beam.options.pipeline_options
import PipelineOptions\n",
"from apache_beam.options.pipeline_options
import SetupOptions\n",
"from apache_beam.options.pipeline_options
import StandardOptions\n",
- "from apache_beam.transforms.periodicsequence
import PeriodicImpulse"
+ "from apache_beam.transforms.periodicsequence
import PeriodicImpulse",
Review Comment:
```suggestion
"from apache_beam.transforms.periodicsequence
import PeriodicImpulse\n",
```
--
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]