chore(webrequest): use relative imports
All checks were successful
/ typecheck (pull_request) Successful in 32s
All checks were successful
/ typecheck (pull_request) Successful in 32s
This commit is contained in:
@@ -6,7 +6,9 @@ from dataclasses import dataclass
|
||||
from dataclasses import field as dataclass_field
|
||||
from typing import Any
|
||||
|
||||
from src.bibapi.schemas.bookdata import BookData
|
||||
from regex import sub
|
||||
|
||||
from .schemas.bookdata import BookData
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user