diff --git a/lib/adapter/cheat_sheets.py b/lib/adapter/cheat_sheets.py index 7db3b5f..681a596 100644 --- a/lib/adapter/cheat_sheets.py +++ b/lib/adapter/cheat_sheets.py @@ -37,7 +37,7 @@ class CheatSheets(Adapter): _adapter_name = "cheat.sheets" _output_format = "code" - + def __init__(self): self._answers = [] self._cheatsheet_answers = []