diff --git a/tests/test_errors.py b/tests/test_errors.py index 77230c6..7329507 100644 --- a/tests/test_errors.py +++ b/tests/test_errors.py @@ -1,6 +1,6 @@ import pytest from mastodon.Mastodon import MastodonAPIError -import re + try: from mock import MagicMock except ImportError: