mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +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:
|
if args.copypaste:
|
||||||
from aider.copypaste import ClipboardWatcher
|
from aider.copypaste import ClipboardWatcher
|
||||||
|
|
||||||
clipboard_watcher = ClipboardWatcher(coder.io, verbose=args.verbose)
|
clipboard_watcher = ClipboardWatcher(coder.io, verbose=args.verbose)
|
||||||
clipboard_watcher.start()
|
clipboard_watcher.start()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue