Initial release prep
This commit is contained in:
parent
c9b9d892f4
commit
92395b2b4b
100 changed files with 405 additions and 401 deletions
|
|
@ -2,8 +2,8 @@ from __future__ import annotations
|
|||
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from app.services.domains.scholars.constants import MAX_IMAGE_URL_LENGTH, SCHOLAR_ID_PATTERN
|
||||
from app.services.domains.scholars.exceptions import ScholarServiceError
|
||||
from app.services.scholars.constants import MAX_IMAGE_URL_LENGTH, SCHOLAR_ID_PATTERN
|
||||
from app.services.scholars.exceptions import ScholarServiceError
|
||||
|
||||
|
||||
def validate_scholar_id(value: str) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue