Black formating.

pull/693/head
Andrey 2022-11-09 22:09:17 +02:00
rodzic 2e65a2b889
commit 69835d09c8
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -197,5 +197,9 @@ multicall_contracts: Dict[AvailableBlockchainType, str] = {
# Custom Crawler
CUSTOM_CRAWLER_S3_BUCKET = os.environ.get("CUSTOM_CRAWLER_S3_BUCKET", "") # S3 bucket for storing custom crawler data
CUSTOM_CRAWLER_S3_BUCKET_PREFIX = os.environ.get("CUSTOM_CRAWLER_S3_BUCKET_PREFIX", "dev")
CUSTOM_CRAWLER_S3_BUCKET = os.environ.get(
"CUSTOM_CRAWLER_S3_BUCKET", ""
) # S3 bucket for storing custom crawler data
CUSTOM_CRAWLER_S3_BUCKET_PREFIX = os.environ.get(
"CUSTOM_CRAWLER_S3_BUCKET_PREFIX", "dev"
)