Skip to content

Commit

Permalink
Fix unit tests and formating
Browse files Browse the repository at this point in the history
  • Loading branch information
lazebnyi committed Sep 19, 2023
1 parent d2061fd commit 79835fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#

from .common import CatalogModel
from typing import Optional

from .common import CatalogModel


class AttributionReportModel(CatalogModel):
date: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
from .common import CatalogModel


class LandingPage:
class LandingPage(CatalogModel):
pageType: str
url: str


class BidAdjustment:
class BidAdjustment(CatalogModel):
bidAdjustmentPredicate: str
bidAdjustmentPercent: int

Expand Down

0 comments on commit 79835fe

Please sign in to comment.