mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: fix linting issues in clipboard watcher initialization
This commit is contained in:
parent
d2d5887936
commit
6163713e34
1 changed files with 1 additions and 0 deletions
|
@ -827,6 +827,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
|
||||
if args.copypaste:
|
||||
from aider.copypaste import ClipboardWatcher
|
||||
|
||||
clipboard_watcher = ClipboardWatcher(coder.io, verbose=args.verbose)
|
||||
clipboard_watcher.start()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue