style: fix linting issues in base_coder.py

This commit is contained in:
Paul Gauthier (aider) 2024-12-05 09:28:28 -08:00
parent 80f83da9b8
commit e8d9ef269b

View file

@ -286,7 +286,6 @@ class Coder:
detect_urls=True,
ignore_mentions=None,
file_watcher=None,
):
# Fill in a dummy Analytics if needed, but it is never .enable()'d
self.analytics = analytics if analytics is not None else Analytics()