Skip to content

Commit

Permalink
#10 Fixed lint errors I've made :(
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Apr 2, 2019
1 parent 9d52978 commit 190611f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/triggers/test_event_streak_trigger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from time import sleep
import pytest
from ...gramhopper.triggers.text_triggers import _HasExactWordTrigger
from ...gramhopper.triggers.event_streak_trigger import EventStreakTrigger

Expand Down
1 change: 0 additions & 1 deletion tests/triggers/test_text_triggers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# pylint: disable=unsubscriptable-object, unsupported-membership-test
import pytest
from ...gramhopper.triggers.text_triggers import _RegExpTrigger, \
_HasSubstringTrigger, _HasExactWordTrigger
Expand Down

0 comments on commit 190611f

Please sign in to comment.