Skip to content

Commit

Permalink
touching files to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 18, 2024
1 parent 72dcde2 commit 863978b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion superset-frontend/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
import './assets/stylesheets/superset.less';

// Importing Antd under its own stylesheet to prevent unintentional theming.
// Importing Antd under its own stylesheet to prevent unintentional theming
import './assets/stylesheets/antd/index.less';
3 changes: 1 addition & 2 deletions superset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
# All of the fields located here should be considered legacy. The correct way
# to declare "global" dependencies is to define it in extensions.py,
# then initialize it in app.create_app(). These fields will be removed
# in subsequent PRs as things are migrated towards the factory
# pattern
# in subsequent PRs as things are migrated towards the factory pattern
app: Flask = current_app
cache = cache_manager.cache
conf = LocalProxy(lambda: current_app.config)
Expand Down

0 comments on commit 863978b

Please sign in to comment.