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 3356c73 commit db8dd81Copy full SHA for db8dd81
1 file changed
run_syntax_check.py
@@ -72,7 +72,6 @@ def should_ignore(line: str, prev_line_ignored: bool) -> bool:
72
'Too many arguments for "update" of "IndicatorBase"',
73
'Signature of "update" incompatible with supertype "IndicatorBase"',
74
'Signature of "update" incompatible with supertype "QuantConnect.Indicators.IndicatorBase"',
75
- 'has incompatible type "Symbol"; expected "str"',
76
# This methods take an indicator and consolidator which might be instances of custom
77
# indicator/consolidator Python classes that don't inherit from PythonIndicator or IDataConsolidator
78
'No overload variant of "register_indicator" of "QCAlgorithm" matches argument types',
0 commit comments