Skip to content

Commit 263d8a9

Browse files
authored
fix(docs): incorrect path for sync client README (#44)
2 parents 5d4e18f + f9c807a commit 263d8a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ without requiring async/await.
209209

210210
```python
211211
import openfga_sdk
212-
from openfga_sdk.sync.client import OpenFgaClient
212+
from openfga_sdk.sync import OpenFgaClient
213213

214214

215215
def main():

0 commit comments

Comments
 (0)