mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
simplify if
This commit is contained in:
parent
12b789fc4e
commit
91daea9e01
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class Analytics:
|
|||
return None
|
||||
|
||||
def event(self, event_name, main_model=None, **kwargs):
|
||||
if not (self.mp or self.ph) and not self.logfile:
|
||||
if not self.mp and not self.ph and not self.logfile:
|
||||
return
|
||||
|
||||
properties = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue