remove extraneous import

This commit is contained in:
codl 2019-04-15 14:31:41 +02:00 committed by GitHub
parent 0666bdabf1
commit e594bad9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
import pytest
from mastodon.Mastodon import MastodonAPIError
import re
try:
from mock import MagicMock
except ImportError: