Skip to content

Commit

Permalink
simplify if
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Nov 23, 2024
1 parent 12b789f commit 91daea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aider/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def _redact_model_name(self, model):
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 = {}
Expand Down

0 comments on commit 91daea9

Please sign in to comment.