Skip to content

Commit

Permalink
fix!: clarify public api
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Feb 10, 2024
1 parent 91d78bc commit cfba4ce
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iterpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from ._iter import Iter # noqa: F401 # type: ignore
from .iter import Iter # noqa: F401 # type: ignore
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion iterpy/test_iter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pytest

from iterpy._iter import Iter
from iterpy import Iter


def test_chaining():
Expand Down

0 comments on commit cfba4ce

Please sign in to comment.