From e834a8834028ba329c7cbdcfe87a5f2355467ac7 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Fri, 4 Mar 2016 18:15:35 +0100 Subject: [PATCH] ad5360: style --- artiq/coredevice/ad5360.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/artiq/coredevice/ad5360.py b/artiq/coredevice/ad5360.py index af9f4f9e7..da045c8e0 100644 --- a/artiq/coredevice/ad5360.py +++ b/artiq/coredevice/ad5360.py @@ -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: