Skip to content

Commit

Permalink
tests/: Remove unused imports
Browse files Browse the repository at this point in the history
Related to coala#496
Related to coala/meta#123
  • Loading branch information
jayvdb committed Aug 13, 2018
1 parent faafb25 commit 467fe50
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion tests/answer_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import vcr
import requests_mock

import plugins.answer
from tests.isolated_testcase import IsolatedTestCase


Expand Down
5 changes: 0 additions & 5 deletions tests/lmgtfy_test.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import errbot.rendering

from plugins.lmgtfy import Lmgtfy
from tests.isolated_testcase import IsolatedTestCase

text = errbot.rendering.text()


class LmgtfyTest(IsolatedTestCase):

Expand Down
1 change: 0 additions & 1 deletion tests/the_rules_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from plugins.the_rules import The_rules
from tests.isolated_testcase import IsolatedTestCase


Expand Down
1 change: 0 additions & 1 deletion tests/wolfram_alpha_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import vcr

from plugins.wolfram_alpha import WolframAlpha
from tests.isolated_testcase import IsolatedTestCase

my_vcr = vcr.VCR(match_on=['method', 'scheme', 'host', 'port', 'path'],
Expand Down

0 comments on commit 467fe50

Please sign in to comment.