diff --git a/geotribu_cli/social/mastodon_client.py b/geotribu_cli/social/mastodon_client.py index 640ce89..85d4a71 100644 --- a/geotribu_cli/social/mastodon_client.py +++ b/geotribu_cli/social/mastodon_client.py @@ -15,6 +15,8 @@ from typing import Optional from urllib.parse import urlparse +# 3rd party +from mastodon import Mastodon, MastodonAPIError, MastodonError from requests import Session # package @@ -22,9 +24,6 @@ from geotribu_cli.comments.mdl_comment import Comment from geotribu_cli.constants import GeotribuDefaults -# 3rd party -from mastodon import Mastodon, MastodonAPIError, MastodonError - # ############################################################################ # ########## GLOBALS ############# # ################################