mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
chore: move import re and difflib to top of file
This commit is contained in:
parent
26765cd89a
commit
e456317a68
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ import os
|
||||||
import time
|
import time
|
||||||
import unittest
|
import unittest
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
import re
|
||||||
|
import difflib
|
||||||
|
|
||||||
import git
|
import git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue