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

chore: use contextlib.surpress instead of passing on error #24896

Merged
merged 8 commits into from
Aug 29, 2023
Prev Previous commit
Merge branch 'master' into use_contextlib
john-bodley authored Aug 24, 2023
commit 40b8f44d7aebe2809851f3b1ac5ca67c40ded5d7
2 changes: 1 addition & 1 deletion superset/security/manager.py
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
# under the License.
# pylint: disable=too-many-lines
"""A set of constants and methods to manage permissions and security"""

import json
import logging
import re
import time
You are viewing a condensed version of this merge commit. You can view the full changes here.