From df3e36167c3f6fc123d72976f97520581835ae44 Mon Sep 17 00:00:00 2001 From: Joe Britton Date: Tue, 3 Feb 2015 19:59:56 -0700 Subject: [PATCH] add blank lines at end of files --- artiq/devices/lda/__init__.py | 2 +- artiq/devices/pdq2/__init__.py | 2 +- artiq/devices/pdq2/compound.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/artiq/devices/lda/__init__.py b/artiq/devices/lda/__init__.py index 59c74f3a7..552bb0a0f 100644 --- a/artiq/devices/lda/__init__.py +++ b/artiq/devices/lda/__init__.py @@ -1 +1 @@ -from .driver import Lda \ No newline at end of file +from .driver import Lda diff --git a/artiq/devices/pdq2/__init__.py b/artiq/devices/pdq2/__init__.py index f15b0f8c8..bd2b71d4b 100644 --- a/artiq/devices/pdq2/__init__.py +++ b/artiq/devices/pdq2/__init__.py @@ -1 +1 @@ -from .compound import CompoundPDQ2 \ No newline at end of file +from .compound import CompoundPDQ2 diff --git a/artiq/devices/pdq2/compound.py b/artiq/devices/pdq2/compound.py index f5e814830..5ad2180c0 100644 --- a/artiq/devices/pdq2/compound.py +++ b/artiq/devices/pdq2/compound.py @@ -140,4 +140,4 @@ class CompoundPDQ2(AutoDB): for fn, frame in enumerate(frames): frame._prepare(self, fn) - # TODO: upload to PDQ2 devices \ No newline at end of file + # TODO: upload to PDQ2 devices