Skip to content

Commit db8dd81

Browse files
authored
Remove Symbol/str mypy suppression (#9472)
1 parent 3356c73 commit db8dd81

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

run_syntax_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def should_ignore(line: str, prev_line_ignored: bool) -> bool:
7272
'Too many arguments for "update" of "IndicatorBase"',
7373
'Signature of "update" incompatible with supertype "IndicatorBase"',
7474
'Signature of "update" incompatible with supertype "QuantConnect.Indicators.IndicatorBase"',
75-
'has incompatible type "Symbol"; expected "str"',
7675
# This methods take an indicator and consolidator which might be instances of custom
7776
# indicator/consolidator Python classes that don't inherit from PythonIndicator or IDataConsolidator
7877
'No overload variant of "register_indicator" of "QCAlgorithm" matches argument types',

0 commit comments

Comments
 (0)