forked from LiveCarta/ContentAutomation
Replaced mypy type checker with ty
This commit is contained in:
@@ -14,7 +14,7 @@ from pydantic import BaseModel
|
||||
from content_automation.adapters.social.base import SocialNetworkBaseAdapter
|
||||
from content_automation.interfaces import SocialNetworkAdapter
|
||||
|
||||
DEFAULT_GOOGLE_TOKEN_URI = "https://oauth2.googleapis.com/token"
|
||||
DEFAULT_GOOGLE_TOKEN_URI = "https://oauth2.googleapis.com/token" # nosec B105
|
||||
DEFAULT_YOUTUBE_UPLOAD_SCOPE = "https://www.googleapis.com/auth/youtube.upload"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user