mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
fix: address codeql notes and warnings (#740)
This commit is contained in:
@@ -18,7 +18,7 @@ class FormatterRule(Protocol):
|
||||
"""
|
||||
|
||||
def apply(self, tree:ast.AST, lines:List[str], path:Path) -> List[str]:
|
||||
...
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class NoSpaceAfterColonInTypeAnnotationRule(FormatterRule):
|
||||
|
||||
Reference in New Issue
Block a user