This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
The following commit(s) were added to refs/heads/main by this push:
new f1081e0 Fix: Getting started lib imports (#120)
f1081e0 is described below
commit f1081e0288a8f0c76fa946059624445638949f00
Author: Alaeddine Joudari <[email protected]>
AuthorDate: Thu Oct 3 17:36:01 2024 +0200
Fix: Getting started lib imports (#120)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f0964d5..ac221dd 100644
--- a/README.md
+++ b/README.md
@@ -282,7 +282,7 @@ Please follow the [installation
procedure](#installation--usage) and then run th
```python
import time
-import airflow_client.client
+from airflow_client import client
from pprint import pprint
from airflow_client.client.api import config_api
from airflow_client.client.model.config import Config