mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +00:00
style: fix import order in test_sanity_check_repo.py
This commit is contained in:
parent
c96e3326bc
commit
cf5733b237
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import os
|
||||||
import shutil
|
import shutil
|
||||||
import struct
|
import struct
|
||||||
from unittest import mock
|
from unittest import mock
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from git import GitError, Repo
|
from git import GitError, Repo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue