fixing imports

This commit is contained in:
msramalho
2023-01-27 00:19:58 +00:00
parent ac000d5943
commit d1e4dde3f6
28 changed files with 38 additions and 161 deletions

View File

@@ -1,9 +1,5 @@
import gspread, os
# from metadata import Metadata
from loguru import logger
# from . import Enricher
from . import Feeder
from ..core import Metadata

View File

@@ -1,14 +1,12 @@
import gspread, os
# from metadata import Metadata
from loguru import logger
from slugify import slugify
# from . import Enricher
from . import Feeder
from ..core import Metadata
from ..utils import Gsheets
from ..utils import GWorksheet
from ..utils import Gsheets, GWorksheet
class GsheetsFeeder(Gsheets, Feeder):
name = "gsheet_feeder"