diff --git a/scripts/blame.py b/scripts/blame.py index 54c640b21..ee98ec99e 100755 --- a/scripts/blame.py +++ b/scripts/blame.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 import subprocess +from aider.dump import dump def get_aider_commits(): """Get commit hashes for commits with messages starting with 'aider:'"""