Skip to content

Commit

Permalink
Filter Boto3 warning about Python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexfvk committed Jan 30, 2024
1 parent 5c88cf2 commit 2c31212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ch_tools/chadmin/chadmin_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
from ch_tools.common.config import load_config

warnings.filterwarnings(action="ignore", message="Python 3.6 is no longer supported")
warnings.filterwarnings(
action="ignore", message="Boto3 will no longer support Python 3.6"
)

# pylint: disable=wrong-import-position

Expand Down

0 comments on commit 2c31212

Please sign in to comment.