From c6ee16ab821099dc13c831adec616d69a17e6f56 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Tue, 1 Aug 2023 18:07:49 +0800 Subject: [PATCH] feat(editor): DB GPT Editor Api 1.Add DB GPT Editor Api 2.Remove Old web server file --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 0fedfc130..6e1a59bd4 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -29,4 +29,4 @@ jobs: pip install -U black isort - name: check the code lint run: | - black . --check + black .