add test_runner.average_run_time to config.json dataclass

This commit is contained in:
Corey McCandless
2021-05-12 11:47:22 -04:00
committed by BethanyG
parent 9f32686128
commit 3f93453fb1

View File

@@ -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):