Remove unused variable

This commit is contained in:
Andrius Štikonas 2020-11-20 21:41:45 +00:00
parent 688995ba82
commit 7827133b89
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import logging
class NeoHub:
def __init__(self):
self._logger = logging.getLogger('neohub')
self._firmware_version = 0
pass