Skip to content

Commit

Permalink
removed unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Jul 29, 2024
1 parent 530f89e commit 968ba7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flint/imager/wsclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 968ba7e

Please sign in to comment.