style: fix import order to satisfy Ruff check

pull/19955/head
Zihe JI 1 year ago
parent a7c3bfc7f6
commit d4018f3d8e

@ -4,8 +4,8 @@ Unit tests for the SQLAlchemy implementation of WorkflowNodeExecutionRepository.
import json import json
from datetime import datetime from datetime import datetime
from unittest.mock import MagicMock, PropertyMock
from decimal import Decimal from decimal import Decimal
from unittest.mock import MagicMock, PropertyMock
import pytest import pytest
from pytest_mock import MockerFixture from pytest_mock import MockerFixture

Loading…
Cancel
Save