From c2a39b125745fbc15d4afde9d35ae38e00a8cda6 Mon Sep 17 00:00:00 2001 From: Sami Abdul-Wahid Date: Mon, 18 Apr 2022 20:53:09 -0700 Subject: [PATCH] remove dangling 'def' --- tomlkit/items.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tomlkit/items.py b/tomlkit/items.py index 7eab7a8..f2051ae 100644 --- a/tomlkit/items.py +++ b/tomlkit/items.py @@ -538,8 +538,6 @@ def __reduce__(self): def __reduce_ex__(self, protocol): return self.__class__, self._getstate(protocol) - def - class Whitespace(Item): """