Added missing documentation for reportDuplicateImport.

This commit is contained in:
Eric Traut 2019-12-13 22:18:29 -08:00
parent 68e11656d2
commit 83be6ecfbe

View File

@ -56,7 +56,7 @@ The following settings control pyrights diagnostic output (warnings or errors
**reportUnusedVariable** [boolean or string, optional]: Generate or suppress diagnostics for a variable that is not accessed. The default value for this setting is 'none'.
**reportDuplicateImport** [boolean or string, optional]: Generate or suppress diagnostics for an imported symbol or module that is imported more than once.
**reportDuplicateImport** [boolean or string, optional]: Generate or suppress diagnostics for an imported symbol or module that is imported more than once. The default value for this setting is 'none'.
**reportOptionalSubscript** [boolean or string, optional]: Generate or suppress diagnostics for an attempt to subscript (index) a variable with an Optional type. The default value for this setting is 'none'.