mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +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
|
return None
|
||||||
|
|
||||||
def event(self, event_name, main_model=None, **kwargs):
|
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
|
return
|
||||||
|
|
||||||
properties = {}
|
properties = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue