address PR comments, take 2.

This commit is contained in:
Gilles Boccon-Gibod
2023-03-21 15:33:34 -07:00
parent 1894b96de4
commit bc29f327ef
2 changed files with 1 additions and 3 deletions

View File

@@ -1248,8 +1248,6 @@ class Device(CompositeEventEmitter):
await self.host.flush()
self.powered_on = False
# TODO: more cleanup
def supports_le_feature(self, feature):
return self.host.supports_le_feature(feature)