Skip to content

Commit

Permalink
Update beacon-ingestion.py
Browse files Browse the repository at this point in the history
Add import time ...
  • Loading branch information
CharlesJUDITH authored Nov 6, 2024
1 parent 33a4d6f commit 6bfd91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions berachain-beacon-data/beacon-ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import os
from dataclasses import dataclass
from typing import Dict, List, Optional, Tuple, Union, Any
import time
import yaml

@dataclass
Expand Down

0 comments on commit 6bfd91a

Please sign in to comment.