This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 8f02eb0a34 fix: Cypress CI process while opening PR from a fork
(#29098)
8f02eb0a34 is described below
commit 8f02eb0a34a3471b5fed266934a24bfd2280d543
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Wed Jun 5 17:59:11 2024 -0700
fix: Cypress CI process while opening PR from a fork (#29098)
---
.github/workflows/superset-e2e.yml | 1 -
superset/__init__.py | 2 --
2 files changed, 3 deletions(-)
diff --git a/.github/workflows/superset-e2e.yml
b/.github/workflows/superset-e2e.yml
index c5a357d9b5..f59843c010 100644
--- a/.github/workflows/superset-e2e.yml
+++ b/.github/workflows/superset-e2e.yml
@@ -68,7 +68,6 @@ jobs:
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: actions/checkout@v2
with:
- ref: ${{ github.event.pull_request.head.ref || github.ref }}
persist-credentials: false
submodules: recursive
- name: Checkout using ref (workflow_dispatch)
diff --git a/superset/__init__.py b/superset/__init__.py
index d82ba96009..cbab58e0d2 100644
--- a/superset/__init__.py
+++ b/superset/__init__.py
@@ -14,8 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-"""Package's main module!"""
-
from flask import current_app, Flask
from werkzeug.local import LocalProxy