Skip to content

Commit

Permalink
Merge pull request #209 from Alex-EEE/patch-1
Browse files Browse the repository at this point in the history
Import statement is wrong in decorator example
  • Loading branch information
theotherjimmy authored Aug 21, 2018
2 parents d3fe283 + 1ffd14c commit c77c3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ Below the same callback registered using decorator:

### Callback decorator definition
```python
from mbed_host_tests import BaseHostTest
from mbed_host_tests.host_tests import BaseHostTest, event_callback

class DetectRuntimeError(BaseHostTest):

Expand Down

0 comments on commit c77c3bb

Please sign in to comment.