Fix Docs reference section __init__.py URLs (#4168)

This commit is contained in:
Glenn Jocher
2023-08-04 20:03:22 +02:00
committed by GitHub
parent 620b726fee
commit 4aa7969e15
100 changed files with 113 additions and 107 deletions

View File

@ -18,6 +18,7 @@ def login(api_key=''):
Example:
```python
from ultralytics import hub
hub.login('API_KEY')
```
"""
@ -31,6 +32,7 @@ def logout():
Example:
```python
from ultralytics import hub
hub.logout()
```
"""