aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_errors.py2
1 files changed, 1 insertions, 1 deletions
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 @@
1import pytest 1import pytest
2from mastodon.Mastodon import MastodonAPIError 2from mastodon.Mastodon import MastodonAPIError
3import re 3
4try: 4try:
5 from mock import MagicMock 5 from mock import MagicMock
6except ImportError: 6except ImportError:
Powered by cgit v1.2.3 (git 2.41.0)