Skip to content

Commit

Permalink
DSEGOG-343 Move list defined on multiple lines onto a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Aug 15, 2024
1 parent c211f35 commit 1ea05e6
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ def __init__(
self.ingested_image = ingested_image or []
self.internal_failed_channel = internal_failed_channel or []

self.supported_channel_types = [
"scalar",
"image",
"rgb-image",
"waveform",
]
self.supported_channel_types = ["scalar", "image", "rgb-image", "waveform"]

def set_channels(self, manifest) -> None:
if not manifest:
Expand Down

0 comments on commit 1ea05e6

Please sign in to comment.