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): """