mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
style: Fix import order in test_repomap.py
This commit is contained in:
parent
6630fd2e4f
commit
cc2706d8dd
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
||||||
|
import difflib
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import time
|
import time
|
||||||
import unittest
|
import unittest
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import difflib
|
|
||||||
|
|
||||||
import git
|
import git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue