style: run linter

This commit is contained in:
Paul Gauthier (aider) 2024-09-25 11:03:25 -07:00
parent 926b3c9240
commit e74e76e51c
3 changed files with 17 additions and 8 deletions

View file

@ -621,7 +621,7 @@ class Model(ModelSettings):
self.weak_model_name = None
else:
self.get_weak_model(weak_model)
if junior_model is False:
self.junior_model_name = None
else: