Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed zilliqaetl/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion zilliqaetl/exporters/zilliqa_item_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from blockchainetl_common.exporters import JsonLinesItemExporter, CsvItemExporter
from blockchainetl_common.file_utils import get_file_handle, close_silently
from zilliqaetl.exporters.google_pubsub_item_exporter import GooglePubSubItemExporter
from blockchainetl.jobs.console_item_exporter import ConsoleItemExporter
from blockchainetl_common.jobs.exporters.console_item_exporter import ConsoleItemExporter

class ZilliqaItemExporter:
def __init__(self, output_dir, item_type_to_filename=None, output_format='json'):
Expand Down
Empty file.