Skip to content

Commit

Permalink
[gaarf-py] Indent project to 2 spaces
Browse files Browse the repository at this point in the history
Change-Id: I6487f6cb95069962432eff79c91640099bd9e312
  • Loading branch information
AVMarkin committed May 30, 2024
1 parent 68ec0f5 commit 52c0d96
Show file tree
Hide file tree
Showing 64 changed files with 6,471 additions and 5,988 deletions.
5 changes: 3 additions & 2 deletions py/gaarf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
Instead of importing `gaarf.report.GaarfReport`
import like this `from gaarf import GaarfReport`
"""

from __future__ import annotations

from gaarf.api_clients import GoogleAdsApiClient
from gaarf.report import GaarfReport

__all__ = [
'GaarfReport',
'GoogleAdsApiClient',
'GaarfReport',
'GoogleAdsApiClient',
]
Loading

0 comments on commit 52c0d96

Please sign in to comment.