Skip to content

Commit a27d55c

Browse files
committed
fix: remove unused imports in test_batch_migration (#563)
Remove unused Path, MagicMock, and patch imports.
1 parent 5b1d16f commit a27d55c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/unit/test_batch_migration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"""
1111

1212
from fnmatch import fnmatch
13-
from pathlib import Path
1413
from typing import Any, Dict, List
15-
from unittest.mock import MagicMock, Mock, patch
14+
from unittest.mock import Mock
1615

1716
import pytest
1817
import yaml

0 commit comments

Comments
 (0)