Skip to content

Commit 0241a66

Browse files
Misc doc
1 parent 9e22fdd commit 0241a66

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ The `portion` library provides data structure and operations for intervals in Py
4444

4545
You can use `pip` to install it, as usual: `pip install portion`. This will install the latest available version from [PyPI](https://pypi.org/project/portion).
4646
Pre-releases are available from the *master* branch on [GitHub](https://github.com/AlexandreDecan/portion) and can be installed with `pip install git+https://github.com/AlexandreDecan/portion`.
47-
Note that `portion` is also available on [conda-forge](https://anaconda.org/conda-forge/portion).
4847

4948
You can install `portion` and its development environment using `pip install -e .[test]` at the root of this repository. This automatically installs [pytest](https://docs.pytest.org/en/latest/) (for the test suites) and [ruff](https://docs.astral.sh/ruff/) (for code style).
5049

portion/func.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def exclude(v, i):
114114

115115
def include(v, i):
116116
return v < i.upper or (i.right is Bound.CLOSED and v <= i.upper)
117-
118117
else:
119118

120119
def exclude(v, i):

0 commit comments

Comments
 (0)