Skip to content

Commit

Permalink
fix black check (#2046)
Browse files Browse the repository at this point in the history
* fix black check
  • Loading branch information
LeoQuote committed Feb 8, 2023
1 parent cef6e68 commit 4246273
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion archery/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@
# OIDC
ENABLE_OIDC = env("ENABLE_OIDC", False)
if ENABLE_OIDC:

INSTALLED_APPS += ("mozilla_django_oidc",)
MIDDLEWARE += ("mozilla_django_oidc.middleware.SessionRefresh",)
AUTHENTICATION_BACKENDS = (
Expand Down
1 change: 0 additions & 1 deletion common/utils/sendmsg.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ def send_wx2user(self, msg, user_list):
logger.error(f"企业微信推送失败\n请求连接:{send_url}\n请求参数:{data}\n请求响应:{r_json}")

def send_qywx_webhook(self, qywx_webhook, msg):

send_url = qywx_webhook

# 对链接进行转换
Expand Down
1 change: 0 additions & 1 deletion sql/utils/sql_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ def get_full_sqlitem_list(full_sql, db_name):
# 情况2:plsql block 为匿名执行块

if search_result:

# 检索到关键字, 属于情况1

str_plsql_match = search_result.group()
Expand Down

0 comments on commit 4246273

Please sign in to comment.