mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: remove trailing whitespace in analytics.py
This commit is contained in:
parent
09a9fac91e
commit
6867dab89c
1 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ class Analytics:
|
|||
def _redact_model_name(self, model):
|
||||
if not model:
|
||||
return None
|
||||
|
||||
|
||||
info = model_info_manager.get_model_from_cached_json_db(model.name)
|
||||
if info:
|
||||
return model.name
|
||||
|
@ -127,10 +127,10 @@ class Analytics:
|
|||
|
||||
if main_model:
|
||||
properties["main_model"] = self._redact_model_name(main_model)
|
||||
|
||||
|
||||
if weak_model:
|
||||
properties["weak_model"] = self._redact_model_name(weak_model)
|
||||
|
||||
|
||||
if editor_model:
|
||||
properties["editor_model"] = self._redact_model_name(editor_model)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue