Skip to content

Commit

Permalink
remove dangling 'def'
Browse files Browse the repository at this point in the history
  • Loading branch information
syntapy committed Apr 19, 2022
1 parent 52db08d commit c2a39b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tomlkit/items.py
Expand Up @@ -538,8 +538,6 @@ def __reduce__(self):
def __reduce_ex__(self, protocol):
return self.__class__, self._getstate(protocol)

def


class Whitespace(Item):
"""
Expand Down

0 comments on commit c2a39b1

Please sign in to comment.