You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/09/01 02:02:37 UTC

[iotdb] branch refactor_python_package updated: update release script

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch refactor_python_package
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/refactor_python_package by this push:
     new 42f9ad28af2 update release script
42f9ad28af2 is described below

commit 42f9ad28af226bd81cf5551c38685fb28edafb67
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Sep 1 10:02:22 2023 +0800

    update release script
---
 iotdb-client/client-py/release.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/iotdb-client/client-py/release.sh b/iotdb-client/client-py/release.sh
index 6d6d87fbe3e..4a3175d42a3 100755
--- a/iotdb-client/client-py/release.sh
+++ b/iotdb-client/client-py/release.sh
@@ -29,9 +29,6 @@ rm -Rf iotdb_session.egg_info
 # (Re-)build generated code
 (cd ../..; mvn clean package -pl iotdb-client/client-py -am)
 
-# Run Linting
-black .
-
 # Run unit tests
 if [ "$1" == "test" ]; then
   pytest .