Skip to content

Commit f3819fb

Browse files
committed
refactor: rename _ranges to ranges
1 parent 92a7a46 commit f3819fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/packaging/specifiers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Union,
2424
)
2525

26-
from ._ranges import (
26+
from .ranges import (
2727
FULL_RANGE,
2828
filter_by_ranges,
2929
intersect_ranges,
@@ -42,7 +42,7 @@
4242
if TYPE_CHECKING:
4343
from collections.abc import Iterable, Iterator, Sequence
4444

45-
from ._ranges import VersionRange
45+
from .ranges import VersionRange
4646

4747

4848
__all__ = [

0 commit comments

Comments
 (0)