Skip to content

Commit 9be8617

Browse files
committed
fix lint
1 parent eb7e3e4 commit 9be8617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

effect/test_fold.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
from pytest import raises
55

6-
from effect import (
7-
ComposedDispatcher, Effect, Error,
8-
base_dispatcher, sync_perform)
6+
from effect import Effect, Error, base_dispatcher, sync_perform
97
from effect.fold import FoldError, fold_effect, sequence
108
from effect.testing import perform_sequence
119

effect/test_testing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,10 +364,12 @@ def failer():
364364
class MyIntent(object):
365365
val = attr.ib()
366366

367+
367368
@attr.s
368369
class OtherIntent(object):
369370
val = attr.ib()
370371

372+
371373
def test_perform_sequence():
372374
"""perform_sequence pretty much acts like SequenceDispatcher by default."""
373375

0 commit comments

Comments
 (0)