From 21890a8345f566c152b98fcde7cc4ccf9fd88879 Mon Sep 17 00:00:00 2001 From: Plom Heller Date: Tue, 28 Jul 2026 00:16:57 +0200 Subject: [PATCH] Remove dead code. --- bricksplom.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bricksplom.py b/bricksplom.py index 0d73038..8c96719 100755 --- a/bricksplom.py +++ b/bricksplom.py @@ -639,12 +639,6 @@ class Box(WithDb, Lookupable): f'# {comment}'] return CHAR_NEWLINE.join(lines) - def raw( - self - ) -> str: - 'Call .raw() of base BrickSet.' - return self._set.raw() - class BricksDb: 'Collection of all the tables enabling their combined processing.' -- 2.30.2