fix: Add missing import for sys module in scripts/blame.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-13 12:37:46 -07:00
parent 8988eb9cdd
commit 5bfff7295c

View file

@ -2,6 +2,7 @@
import argparse
import subprocess
import sys
from collections import defaultdict
from datetime import datetime
from operator import itemgetter