chore(lgtm): ignore "__eq__ not overridden" warning

This commit is contained in:
Dundar Göc 2022-03-08 19:51:06 +01:00
parent 5ad63c3d98
commit f27068caad

View File

@ -369,7 +369,7 @@ def Search(pattern, s):
return _regexp_compile_cache[pattern].search(s)
class _IncludeState(dict):
class _IncludeState(dict): # lgtm [py/missing-equals]
"""Tracks line numbers for includes, and the order in which includes appear.