Skip to content

Commit d61e60b

Browse files
committed
fix: Remove deprecated and removed import
Flask AppBuilder 5 no longer has the AUTH_OID module. It is possible a user still relies on this for old Superset versions.
1 parent b17d3c4 commit d61e60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub enum Error {
3333
pub const PYTHON_IMPORTS: &[&str] = &[
3434
"import os",
3535
"from superset.stats_logger import StatsdStatsLogger",
36-
"from flask_appbuilder.security.manager import (AUTH_DB, AUTH_LDAP, AUTH_OAUTH, AUTH_OID, AUTH_REMOTE_USER)",
36+
"from flask_appbuilder.security.manager import (AUTH_DB, AUTH_LDAP, AUTH_OAUTH, AUTH_REMOTE_USER)",
3737
"from log_config import StackableLoggingConfigurator",
3838
];
3939

0 commit comments

Comments
 (0)