diff options
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index c0af05d..4500583 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -59,7 +59,6 @@ def api_version(created_ver, last_changed_ver): | |||
59 | return decorate(function, wrapper) | 59 | return decorate(function, wrapper) |
60 | return api_min_version_decorator | 60 | return api_min_version_decorator |
61 | 61 | ||
62 | |||
63 | ### | 62 | ### |
64 | # Dict helper class. | 63 | # Dict helper class. |
65 | # Defined at top level so it can be pickled. | 64 | # Defined at top level so it can be pickled. |