Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix black check #2046

Merged
merged 3 commits into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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