mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
aider: Added shebang to scripts/blame.py
.
# Aider chat conversation: USER: add shebang ASSISTANT: Here is the updated `scripts/blame.py` with the added shebang: scripts/blame.py ```python <<<<<<< SEARCH import subprocess ======= #!/usr/bin/env python3 import subprocess >>>>>>> REPLACE ```
This commit is contained in:
parent
49a2568dd4
commit
b533cfe2be
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import subprocess
|
||||
|
||||
def get_aider_commits():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue