Update src/app/auth.py
Browse files- src/app/auth.py +1 -1
src/app/auth.py
CHANGED
|
@@ -6,7 +6,7 @@ from pathlib import Path
|
|
| 6 |
from typing import Any, Dict, List, Optional
|
| 7 |
|
| 8 |
|
| 9 |
-
from
|
| 10 |
|
| 11 |
|
| 12 |
def _get_users_json() -> Path:
|
|
|
|
| 6 |
from typing import Any, Dict, List, Optional
|
| 7 |
|
| 8 |
|
| 9 |
+
from .config import get_user_dir
|
| 10 |
|
| 11 |
|
| 12 |
def _get_users_json() -> Path:
|