Skip to content

Commit

Permalink
Fix import order (isort)
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jan 31, 2017
1 parent 083d3fb commit be42acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_call_stop.py
Expand Up @@ -4,7 +4,7 @@

import pytest

from circuits import handler, Component, Event
from circuits import Component, Event, handler


class test(Event):
Expand Down

0 comments on commit be42acb

Please sign in to comment.