Skip to content

Commit

Permalink
style(test): fix PEP8 E303
Browse files Browse the repository at this point in the history
  • Loading branch information
IATkachenko committed Jan 12, 2022
1 parent 9893c25 commit ee0256c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def test_entity_registry(self, mocked_entity_registry):
self.assertIsInstance(instance.entity_registry, entity_registry.EntityRegistry)



class AsyncSleepAsAndroidInstanceTests(aiounittest.AsyncTestCase):
async def test_async_setup(self):
ret = await sleep_as_android.async_setup(None, None)
Expand Down

0 comments on commit ee0256c

Please sign in to comment.