Skip to content

Commit f1081e0

Browse files
authored
Fix: Getting started lib imports (#120)
1 parent f06831c commit f1081e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Please follow the [installation procedure](#installation--usage) and then run th
282282

283283
```python
284284
import time
285-
import airflow_client.client
285+
from airflow_client import client
286286
from pprint import pprint
287287
from airflow_client.client.api import config_api
288288
from airflow_client.client.model.config import Config

0 commit comments

Comments
 (0)