Skip to content

Commit

Permalink
[YAML] - Remove warning message (#32607)
Browse files Browse the repository at this point in the history
* [YAML] - Remove warning message

* [YAML] - Remove import
  • Loading branch information
ffernandez92 authored Oct 1, 2024
1 parent 6a7ffa5 commit 2438f43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdks/python/apache_beam/yaml/yaml_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"""

import io
import logging
import os
from typing import Any
from typing import Callable
Expand Down Expand Up @@ -251,7 +250,6 @@ def _create_formatter(

if format.islower():
format = format.upper()
logging.warning('Lowercase formats will be deprecated in version 2.60')

if format == 'RAW':
if schema:
Expand Down

0 comments on commit 2438f43

Please sign in to comment.