Skip to content

Commit

Permalink
move 'reduce' import to the correct module.
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Sep 16, 2015
1 parent 69f6cfc commit c646a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion automat/_methodical.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- test-case-name: automat._test.test_methodical -*-

from functools import wraps, reduce
from functools import wraps
from itertools import count
from inspect import getargspec

Expand Down
1 change: 1 addition & 0 deletions automat/_test/test_methodical.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Tests for the public interface of Automat.
"""

from functools import reduce
from unittest import TestCase

from .. import MethodicalMachine
Expand Down

0 comments on commit c646a2e

Please sign in to comment.