add test_runner.average_run_time to config.json dataclass
This commit is contained in:
committed by
BethanyG
parent
9f32686128
commit
3f93453fb1
@@ -50,10 +50,6 @@ class EditorSettings:
|
||||
indent_size: int = 4
|
||||
ace_editor_language: str = "python"
|
||||
highlightjs_language: str = "python"
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> Gracefully fail with user-friendly error text when unrecognized dataclass fields are detected
|
||||
|
||||
def __post_init__(self):
|
||||
if isinstance(self.indent_style, str):
|
||||
|
||||
Reference in New Issue
Block a user