Skip to content

Commit

Permalink
fix: missing imports for FB marketing (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
am6010 committed Jun 6, 2023
1 parent 4d10f7d commit efbba86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import logging
from datetime import datetime, timezone
from enum import Enum
from typing import List, Optional
from typing import Any, Dict, List, Optional, Type

from airbyte_cdk.sources.config import BaseConfig
from facebook_business.adobjects.adsinsights import AdsInsights
Expand Down

0 comments on commit efbba86

Please sign in to comment.