Skip to content

Commit

Permalink
black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Dec 9, 2024
1 parent 38e93ea commit b3c6441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dbt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class SyncConfig:
sync_file: str = "sync_block.csv"
sync_column: str = "last_synced_block"


@dataclass
class BatchDataSyncConfig:
"""Configuration for batch data sync."""
Expand Down
1 change: 1 addition & 0 deletions src/models/block_range.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
BlockRange Model is just a data class for left and right bounds
"""

from dataclasses import dataclass

from dune_client.types import QueryParameter
Expand Down

0 comments on commit b3c6441

Please sign in to comment.