Fix missing import.

pull/421/head
Andrey Dolgolev 2021-11-15 20:46:49 +02:00
rodzic ee5ee33285
commit f4e3c0addd
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -10,8 +10,6 @@ from datetime import datetime, timedelta
from enum import Enum
from typing import Any, Callable, Dict, List
from web3.datastructures import T
import boto3 # type: ignore
from bugout.data import BugoutResources
from moonstreamdb.db import yield_db_session_ctx