From 067c4a511a391d96580bb587d19e8c74ac737a6d Mon Sep 17 00:00:00 2001 From: Josseline Perdomo Date: Aug 19 2021 21:10:22 +0000 Subject: Deleted unused config var Signed-off-by: Josseline Perdomo --- diff --git a/contributor_trends/dashboard/__init__.py b/contributor_trends/dashboard/__init__.py index 66b99c5..f86ea19 100644 --- a/contributor_trends/dashboard/__init__.py +++ b/contributor_trends/dashboard/__init__.py @@ -12,7 +12,6 @@ def create_dashboard(server: Flask, url_base_pathname: Optional[str] = "/") -> D meta_tags=[ {"name": "viewport", "content": "width=device-width, initial-scale=1"} ], - external_stylesheets=[server.config["ASSETS_STYLES_URL"]], suppress_callback_exceptions=True, )