Skip to content

Commit dce43e7

Browse files
committed
Fix linting issues
1 parent 8097ea3 commit dce43e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name": "explorer",
2424
"href": "/docs/themes/explorer",
2525
"label": "Theme explorer",
26-
}
26+
},
2727
],
2828
}
2929

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ignore = E203, W503
4242
[isort]
4343
multi_line_output = 3
4444
include_trailing_comma = true
45-
known_first_party = components_page, examples, markdown_to_html, server
45+
known_first_party = components_page, demos, examples, markdown_to_html, server
4646
known_third_party =
4747
dash,
4848
dash_bootstrap_components,

0 commit comments

Comments
 (0)