You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2022/01/28 07:04:05 UTC

[superset] 06/10: rm unused import

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

yongjiezhao pushed a commit to branch pull/17881
in repository https://gitbox.apache.org/repos/asf/superset.git

commit d61d62940bdca6543967f3bc75e518c6184a76c9
Author: stephenLYZ <75...@qq.com>
AuthorDate: Fri Jan 21 23:02:15 2022 +0800

    rm unused import
---
 superset/connectors/base/models.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/connectors/base/models.py b/superset/connectors/base/models.py
index 6f00740..967235f 100644
--- a/superset/connectors/base/models.py
+++ b/superset/connectors/base/models.py
@@ -15,7 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 import json
-import re
 from datetime import datetime
 from enum import Enum
 from typing import Any, Dict, Hashable, List, Optional, Set, Type, Union