2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-04 09:27:11 +08:00

add blank lines at end of files

This commit is contained in:
Joe Britton 2015-02-03 19:59:56 -07:00
parent 4e1ce3b5cf
commit df3e36167c
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
from .driver import Lda from .driver import Lda

View File

@ -1 +1 @@
from .compound import CompoundPDQ2 from .compound import CompoundPDQ2

View File

@ -140,4 +140,4 @@ class CompoundPDQ2(AutoDB):
for fn, frame in enumerate(frames): for fn, frame in enumerate(frames):
frame._prepare(self, fn) frame._prepare(self, fn)
# TODO: upload to PDQ2 devices # TODO: upload to PDQ2 devices