From 3cdf4af9be4c762ff2ed79a57b5ad30637909f1e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 12:22:38 -0700 Subject: python: isort all imports --- python/sandcrawler/fileset_types.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/sandcrawler/fileset_types.py') diff --git a/python/sandcrawler/fileset_types.py b/python/sandcrawler/fileset_types.py index d7e9d6d..8ea136e 100644 --- a/python/sandcrawler/fileset_types.py +++ b/python/sandcrawler/fileset_types.py @@ -1,9 +1,10 @@ from enum import Enum -from typing import Optional, Tuple, Any, Dict, List +from typing import Any, Dict, List, Optional, Tuple from pydantic import BaseModel + class IngestStrategy(str, Enum): WebFile = "web-file" WebFileset = "web-fileset" -- cgit v1.2.3