mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-14 07:22:25 +00:00
chore: Sort imports, fix deprecated pydantic option.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
"""Tests for background scheduler."""
|
||||
|
||||
import pytest
|
||||
from unittest.mock import patch, AsyncMock, MagicMock
|
||||
from datetime import datetime
|
||||
from unittest.mock import AsyncMock, MagicMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from leggen.background.scheduler import BackgroundScheduler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user