Skip to content

Commit 690de09

Browse files
Copilotkhnumdev
andcommitted
fix: Remove unused imports from test file
Co-authored-by: khnumdev <[email protected]>
1 parent 152a926 commit 690de09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_drive_sync_unit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import os
22
import tempfile
3-
from pathlib import Path
4-
from unittest.mock import Mock, patch, MagicMock
3+
from unittest.mock import Mock, patch
54
import pytest
65

76
from commands.config import AppConfig

0 commit comments

Comments
 (0)