diff --git a/plugin/constants.py b/plugin/constants.py index 130571e..ecc2f79 100644 --- a/plugin/constants.py +++ b/plugin/constants.py @@ -4,5 +4,5 @@ PACKAGE_NAME = __package__.partition(".")[0] -SERVER_SETTING_ANALYSIS_EXTRAPATHS = 'basedpyright.analysis.extraPaths"' +SERVER_SETTING_ANALYSIS_EXTRAPATHS = "basedpyright.analysis.extraPaths" SERVER_SETTING_DEV_ENVIRONMENT = "basedpyright.dev_environment"