From f673e53b4ef68a1027dc75f1ad322aed34d112aa Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 22 Aug 2024 19:26:28 +0900 Subject: [PATCH] black --- src/splat/scripts/split.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/splat/scripts/split.py b/src/splat/scripts/split.py index 8f5436f7..d9f92b2a 100644 --- a/src/splat/scripts/split.py +++ b/src/splat/scripts/split.py @@ -110,7 +110,9 @@ def initialize_segments(config_segments: Union[dict, list]) -> List[Segment]: ) if ret[-1].type == "pad": - log.error("Last segment in config cannot be a pad segment; see https://github.com/ethteck/splat/wiki/Segments#pad") + log.error( + "Last segment in config cannot be a pad segment; see https://github.com/ethteck/splat/wiki/Segments#pad" + ) return ret