Skip to content

Commit

Permalink
chore: remove deprecated repository modules
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Feb 5, 2023
1 parent 53cdce0 commit f6dd38f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 66 deletions.
3 changes: 1 addition & 2 deletions src/poetry/repositories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from __future__ import annotations

from poetry.repositories.pool import Pool
from poetry.repositories.repository import Repository
from poetry.repositories.repository_pool import RepositoryPool


__all__ = ["Pool", "Repository", "RepositoryPool"]
__all__ = ["Repository", "RepositoryPool"]
18 changes: 0 additions & 18 deletions src/poetry/repositories/cached.py

This file was deleted.

17 changes: 0 additions & 17 deletions src/poetry/repositories/http.py

This file was deleted.

29 changes: 0 additions & 29 deletions src/poetry/repositories/pool.py

This file was deleted.

0 comments on commit f6dd38f

Please sign in to comment.