From cd35f123c8511b051a08652329dc7808dc19cc6f Mon Sep 17 00:00:00 2001 From: tiedu Date: Fri, 11 Jun 2021 16:36:25 +0800 Subject: [PATCH] add new line --- qcloud_cos/cos_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcloud_cos/cos_client.py b/qcloud_cos/cos_client.py index a8df0be6..bd6973b0 100644 --- a/qcloud_cos/cos_client.py +++ b/qcloud_cos/cos_client.py @@ -4091,4 +4091,5 @@ def list_live_channel(self, Bucket, MaxKeys=100, Prefix='', Marker='', **kwargs) if __name__ == "__main__": - pass \ No newline at end of file + pass +# This is a new line that ends the file.