Changed: reorder import statements for consistency

This commit is contained in:
etienne-hd
2025-12-24 15:45:44 +01:00
parent 8d4d2da64f
commit a927bd7cf5
3 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
from .ad import Ad
from dataclasses import dataclass
from typing import List, Any
from .ad import Ad
@dataclass
class Search:
total: int