Skip to content
Snippets Groups Projects
Commit e56065d0 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Fix trailing whitespace

parent 4fcb5e8c
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ class Entry(collections.abc.MutableMapping): ...@@ -60,7 +60,7 @@ class Entry(collections.abc.MutableMapping):
def __len__(self): def __len__(self):
return len(self._dict) return len(self._dict)
def __str__(self): def __str__(self):
""" """
Modifies the "informal" string value of str(x) or print(x) Modifies the "informal" string value of str(x) or print(x)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment