Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2024
1 parent 4cf8721 commit 5d322fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions vizro-core/examples/_dev/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ code.language-python.hljs {
.hljs-string {
color: var(--text-code-string);
font-family: unset;

}

.hljs-keyword {
Expand Down Expand Up @@ -58,8 +57,7 @@ code.language-python.hljs {
text-align: center;
}


.card:has(.custom-text-card) {
padding: 0;
background: none;
padding: 0;
}
2 changes: 1 addition & 1 deletion vizro-core/examples/_dev/utils/_home.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import vizro.models as vm
import vizro.plotly.express as px

from ._charts import CodeClipboard, FlexContainer, CustomTextCard
from ._charts import CodeClipboard, CustomTextCard, FlexContainer

gapminder = px.data.gapminder()
vm.Page.add_type("components", CodeClipboard)
Expand Down
2 changes: 1 addition & 1 deletion vizro-core/examples/_dev/utils/_magnitude.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import vizro.models as vm
import vizro.plotly.express as px

from ._charts import CodeClipboard, FlexContainer, CustomTextCard
from ._charts import CodeClipboard, CustomTextCard, FlexContainer

gapminder = px.data.gapminder()
vm.Page.add_type("components", CodeClipboard)
Expand Down

0 comments on commit 5d322fa

Please sign in to comment.