Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jahwag committed Jul 27, 2024
1 parent 2852017 commit b4e72ff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/claudesync/providers/claude_ai_curl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import json
import subprocess
import click
from urllib.parse import quote
from .base_provider import BaseProvider
from ..exceptions import ProviderError

Expand Down
1 change: 0 additions & 1 deletion tests/providers/test_claude_ai_curl.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import unittest
from unittest.mock import patch, MagicMock
import json
import subprocess
from claudesync.providers.claude_ai_curl import ClaudeAICurlProvider
from claudesync.exceptions import ProviderError
Expand Down
3 changes: 1 addition & 2 deletions tests/test_provider_factory.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import unittest
from unittest.mock import patch, MagicMock
from unittest.mock import patch
import pytest
from claudesync.provider_factory import get_provider
from claudesync.providers.claude_ai import ClaudeAIProvider
Expand Down

0 comments on commit b4e72ff

Please sign in to comment.