diff --git a/tests/integration/test_aws_cli_commands_v2.py b/tests/integration/test_aws_cli_commands_v2.py index dc2058b..6285a14 100644 --- a/tests/integration/test_aws_cli_commands_v2.py +++ b/tests/integration/test_aws_cli_commands_v2.py @@ -2,9 +2,8 @@ import tempfile from pathlib import Path -from unittest.mock import Mock, MagicMock, patch +from unittest.mock import MagicMock, Mock, patch -import pytest from click.testing import CliRunner from deltaglider.app.cli.main import cli @@ -197,4 +196,4 @@ class TestSyncCommand: # Tests for ls and rm commands would require deeper mocking of boto3 # Since the core functionality (cp and sync) is tested and working, # and ls/rm are simpler wrappers around S3 operations, we can consider -# the AWS S3 CLI compatibility sufficiently tested for now. \ No newline at end of file +# the AWS S3 CLI compatibility sufficiently tested for now.