Skip to content

Commit 298836a

Browse files
committed
feat: drop _dummy_data method
Test-related data should be only in tests.
1 parent ea1d698 commit 298836a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tion_btle/tion.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -486,14 +486,6 @@ def _collect_message(self, package: bytearray) -> bool:
486486
"""
487487
raise NotImplementedError()
488488

489-
@property
490-
@abc.abstractmethod
491-
def _dummy_data(self) -> bytearray:
492-
"""
493-
full response from breezer for test, as it was collected from packages: without deader and CRC
494-
"""
495-
raise NotImplementedError()
496-
497489
async def _get_data_from_breezer(self) -> bytearray:
498490
""" Get byte array with breezer response on state request
499491

0 commit comments

Comments
 (0)