Skip to content

Commit

Permalink
feat: Add datetime import to resolve undefined name errors
Browse files Browse the repository at this point in the history
  • Loading branch information
caseymcc committed Jan 11, 2025
1 parent 1757be8 commit 7b51dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aider/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import subprocess
import sys
import tempfile
from datetime import datetime
from collections import OrderedDict
from os.path import expanduser
from pathlib import Path
Expand Down

0 comments on commit 7b51dae

Please sign in to comment.