ad5360: style

This commit is contained in:
Robert Jördens 2016-03-04 18:15:35 +01:00
parent 710717ca9b
commit e834a88340
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ class AD5360:
multi-channel Digital to Analog Converters
"""
def __init__(self, dmgr, spi_device, ldac_device=None,
chip_select=1):
def __init__(self, dmgr, spi_device, ldac_device=None, chip_select=1):
self.core = dmgr.get("core")
self.bus = dmgr.get(spi_device)
if ldac_device is not None: