Skip to content

Commit

Permalink
fix: temporary fix to not break poetry_plugin_export
Browse files Browse the repository at this point in the history
poetry_plugin_export.exporter.py imports from poetry.repositories.http.
  • Loading branch information
b-kamphorst committed Oct 2, 2022
1 parent 2edd9b1 commit ea72f31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/poetry/repositories/http.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from __future__ import annotations

from poetry.repositories.http_repository import ( # noqa: F401; nopycln: import
HTTPRepository,
)

0 comments on commit ea72f31

Please sign in to comment.