From 968ba7e14a3ff866034992afa2717b31ee6111a1 Mon Sep 17 00:00:00 2001 From: tgalvin Date: Mon, 29 Jul 2024 09:55:57 +0800 Subject: [PATCH] removed unused type --- flint/imager/wsclean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flint/imager/wsclean.py b/flint/imager/wsclean.py index f62344a1..ab442231 100644 --- a/flint/imager/wsclean.py +++ b/flint/imager/wsclean.py @@ -150,7 +150,7 @@ class WSCleanCommand(NamedTuple): """The constructede wsclean command that would be executed.""" options: WSCleanOptions """The set of wslean options used for imaging""" - ms: Union[MS, Tuple[MS]] + ms: MS """The measurement sets that have been included in the wsclean command. """ imageset: Optional[ImageSet] = None """Collection of images produced by wsclean"""