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 2b19a46
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 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
1 change: 0 additions & 1 deletion tests/test_provider_factory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import unittest
from unittest.mock import patch, MagicMock
import pytest
from claudesync.provider_factory import get_provider
Expand Down

0 comments on commit 2b19a46

Please sign in to comment.