Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent e590ecc commit 0784585
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions geotribu_cli/social/mastodon_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,15 @@
from typing import Optional
from urllib.parse import urlparse

# 3rd party
from mastodon import Mastodon, MastodonAPIError, MastodonError
from requests import Session

# package
from geotribu_cli.__about__ import __title_clean__, __version__
from geotribu_cli.comments.mdl_comment import Comment
from geotribu_cli.constants import GeotribuDefaults

# 3rd party
from mastodon import Mastodon, MastodonAPIError, MastodonError

# ############################################################################
# ########## GLOBALS #############
# ################################
Expand Down

0 comments on commit 0784585

Please sign in to comment.