Add missing botocore import into clickhouse_backupview.py

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2023-12-29 16:18:03 +01:00
parent 69d23f5e67
commit a474816fc7

View File

@ -8,6 +8,7 @@ import shutil
import zipfile # For reading backups from zip archives
import boto3 # For reading backups from S3
import botocore
## Examples: