diff --git a/common/config_models.py b/common/config_models.py index 2006fad..777a896 100644 --- a/common/config_models.py +++ b/common/config_models.py @@ -496,4 +496,4 @@ class TabbyConfigModel(BaseModel): default_factory=DeveloperConfig.model_construct, ) - model_config = ConfigDict(validate_assignment=True, protected_namespaces=()) \ No newline at end of file + model_config = ConfigDict(validate_assignment=True, protected_namespaces=())