style: fix import order in test_sanity_check_repo.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-07 11:47:39 -08:00
parent c96e3326bc
commit cf5733b237

View file

@ -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