style: Reorder imports in test_scrape.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-28 22:50:31 -07:00
parent 7b36d1f0d3
commit 9b4ee190ba

View file

@ -1,6 +1,6 @@
import time
import unittest
from unittest.mock import MagicMock
import time
from aider.commands import Commands
from aider.io import InputOutput