diff options
author | codl <[email protected]> | 2019-04-15 14:31:41 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-04-15 14:31:41 +0200 |
commit | e594bad9bb5c459862e7837b42b471d9e5937b6c (patch) | |
tree | 1c1a0b4ffea4227eb8b8964a10c36a9144441ad6 /tests | |
parent | 0666bdabf1c176e9074509f9cb398b4a83b33d2f (diff) | |
download | mastodon.py-e594bad9bb5c459862e7837b42b471d9e5937b6c.tar.gz |
remove extraneous import
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_errors.py | 2 |
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 @@ | |||
1 | import pytest | 1 | import pytest |
2 | from mastodon.Mastodon import MastodonAPIError | 2 | from mastodon.Mastodon import MastodonAPIError |
3 | import re | 3 | |
4 | try: | 4 | try: |
5 | from mock import MagicMock | 5 | from mock import MagicMock |
6 | except ImportError: | 6 | except ImportError: |