From 2c4f232aaaf5d077f4ba0553c56b04f09ac1f5b2 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 18 Oct 2022 15:45:29 -0700 Subject: [PATCH] use jc_types --- jc/parsers/foo_s.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jc/parsers/foo_s.py b/jc/parsers/foo_s.py index 0c6a0e7d..c7952029 100644 --- a/jc/parsers/foo_s.py +++ b/jc/parsers/foo_s.py @@ -40,7 +40,7 @@ Examples: {example output} ... """ -from typing import Dict, Iterable, Union +from typing import Iterable import jc.utils from jc.streaming import ( add_jc_meta, streaming_input_type_check, streaming_line_input_type_check, raise_or_yield @@ -64,7 +64,7 @@ class info(): __version__ = info.version -def _process(proc_data: Dict) -> Dict: +def _process(proc_data: JSONDictType) -> JSONDictType: """ Final processing to conform to the schema.