We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee59aa commit 97a271aCopy full SHA for 97a271a
dash/dash.py
@@ -619,7 +619,7 @@ def _collect_and_register_resources(self, resources):
619
# for cache busting
620
def _relative_url_path(relative_package_path="", namespace=""):
621
if any(
622
- relative_package_path.startswith(x + '/')
+ relative_package_path.startswith(x + "/")
623
for x in ["dcc", "html", "dash_table"]
624
):
625
relative_package_path = relative_package_path.replace("dash.", "")
0 commit comments