From 3e28919f115b57105e14cc630a1243ebbb9df28f Mon Sep 17 00:00:00 2001 From: Maciej Majek Date: Tue, 3 Sep 2024 20:48:54 +0200 Subject: [PATCH] style: remove additional hash after license header --- tests/core/test_rai_cli.py | 1 - tests/messages/test_multimodal.py | 1 - tests/messages/test_utils.py | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/core/test_rai_cli.py b/tests/core/test_rai_cli.py index 4fe83fa40..14f08f13c 100644 --- a/tests/core/test_rai_cli.py +++ b/tests/core/test_rai_cli.py @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# import os import uuid diff --git a/tests/messages/test_multimodal.py b/tests/messages/test_multimodal.py index bda70afe9..d2ba8278e 100644 --- a/tests/messages/test_multimodal.py +++ b/tests/messages/test_multimodal.py @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# import base64 import os diff --git a/tests/messages/test_utils.py b/tests/messages/test_utils.py index b9a29631c..f5a3b922c 100644 --- a/tests/messages/test_utils.py +++ b/tests/messages/test_utils.py @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# import base64 from io import BytesIO