Skip to content

Commit 705ff01

Browse files
docs: update README
1 parent caae2dd commit 705ff01

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This Python module allows you to get data from the WFP Data Bridges API, includi
1919
## Installation
2020

2121
### Using uv
22-
> :point_right: We recommend using `uv` as package manager. You can install it using the [instructions here](https://docs.astral.sh/uv/getting-started/installation/).
22+
> [!TIP] :point_right: We recommend using `uv` as package manager. You can install it using the [instructions here](https://docs.astral.sh/uv/getting-started/installation/).
2323
2424
Install the latest stable `data_bridges_knots` package in your environment using uv:
2525

tests/test_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44

55
from data_bridges_knots.client import DataBridgesShapes, config_from_env
66

7-
87
pytestmark = pytest.mark.integration
98

10-
119
# -------------------------
1210
# ✅ Fixtures
1311
# -------------------------

0 commit comments

Comments
 (0)