From dc0395414243017a34d78d1276510931a989beaf Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Thu, 8 Dec 2022 15:05:35 -0500 Subject: [PATCH] lint --- bento_lib/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bento_lib/types.py b/bento_lib/types.py index fe5a12b..b86e1d9 100644 --- a/bento_lib/types.py +++ b/bento_lib/types.py @@ -1,4 +1,4 @@ -from typing import Literal, TypedDict, Union +from typing import TypedDict __all__ = [ "GA4GHServiceType",