fix: harden search validation and release v0.7.1
This commit is contained in:
@@ -7,6 +7,10 @@ Converts raw GraphQL response JSON into domain model objects
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Any, Callable, Dict, List, Optional, Tuple # noqa: F401
|
||||
|
||||
from .models import Author, Metrics, Tweet, TweetMedia, UserProfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user