Skip to content

Commit 8549ccd

Browse files
committed
SyntaxError: from __future__ imports must occur at the beginning of the file
1 parent 7434812 commit 8549ccd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dataflow/run-inference/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""Runs a streaming RunInference Language Model pipeline."""
16-
"""This is a NOOP"""
1715
from __future__ import annotations
1816

1917
import logging

0 commit comments

Comments
 (0)