From: Plom Heller Date: Mon, 27 Jul 2026 22:16:57 +0000 (+0200) Subject: Remove dead code. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/%7B%7Bprefix%7D%7D/processes?a=commitdiff_plain;p=bricksplom Remove dead code. --- 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.'