From b3447503c0aa2e326ce1e46c993be28f907ec23b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 4 Oct 2021 16:13:55 -0700 Subject: progress on dataset ingest --- python/sandcrawler/fileset_types.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/sandcrawler/fileset_types.py') diff --git a/python/sandcrawler/fileset_types.py b/python/sandcrawler/fileset_types.py index f0f03db..75f4992 100644 --- a/python/sandcrawler/fileset_types.py +++ b/python/sandcrawler/fileset_types.py @@ -1,5 +1,6 @@ from enum import Enum +from typing import Optional, Tuple, Any, Dict, List from pydantic import BaseModel -- cgit v1.2.3