fmt
All checks were successful
Deploy on push / deploy (push) Successful in 58s

This commit is contained in:
2024-04-25 12:07:30 +03:00
parent e68196ce0b
commit 27d5272032
6 changed files with 18 additions and 32 deletions

View File

@@ -7,12 +7,7 @@ from typing import Dict
# ga
from google.analytics.data_v1beta import BetaAnalyticsDataClient
from google.analytics.data_v1beta.types import (
DateRange,
Dimension,
Metric,
RunReportRequest,
)
from google.analytics.data_v1beta.types import DateRange, Dimension, Metric, RunReportRequest
from orm.author import Author
from orm.shout import Shout, ShoutAuthor, ShoutTopic