aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorcodl <[email protected]>2019-04-15 14:31:41 +0200
committerGitHub <[email protected]>2019-04-15 14:31:41 +0200
commite594bad9bb5c459862e7837b42b471d9e5937b6c (patch)
tree1c1a0b4ffea4227eb8b8964a10c36a9144441ad6 /tests
parent0666bdabf1c176e9074509f9cb398b4a83b33d2f (diff)
downloadmastodon.py-e594bad9bb5c459862e7837b42b471d9e5937b6c.tar.gz
remove extraneous import
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)