Skip to content

Commit

Permalink
Remove old client
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Apr 6, 2024
1 parent 7228474 commit 62bb696
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 146 deletions.
3 changes: 1 addition & 2 deletions src/commercetools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .client import Client
from .exceptions import CommercetoolsError
from .version import __version__

__all__ = ["Client", "CommercetoolsError"]
__all__ = ["CommercetoolsError"]
139 changes: 0 additions & 139 deletions src/commercetools/client.py

This file was deleted.

5 changes: 0 additions & 5 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@

# Tricks flake8 into silencing redefining fixtures warnings.
pytest_plugins = ["commercetools.contrib.pytest"]


@pytest.fixture
def old_client(commercetools_client):
return commercetools_client

0 comments on commit 62bb696

Please sign in to comment.