feat(cli): add new schedule member by name feature
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import datetime, timezone
|
||||
from typing import Optional, Tuple, List, Iterable
|
||||
from typing import Optional, Tuple, List, Iterable, Literal
|
||||
|
||||
from backend.repositories import (
|
||||
ClassificationRepository,
|
||||
|
||||
Reference in New Issue
Block a user