Skip to content

Commit

Permalink
Novogorny driver, remove unused imports (#964)
Browse files Browse the repository at this point in the history
* Novogorny driver, remove unused imports

* more unused imports

* oops, one final one!
  • Loading branch information
hartytp authored and jordens committed Mar 19, 2018
1 parent 7a7ff6d commit a27b5d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions artiq/coredevice/novogorny.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
from numpy import int32, int64

from artiq.language.core import kernel, delay, portable
from artiq.language.units import us, ns
from artiq.coredevice.ad9912_reg import *
from artiq.language.units import ns

from artiq.coredevice import spi2 as spi
from artiq.coredevice import urukul


SPI_CONFIG = (0*spi.SPI_OFFLINE | 0*spi.SPI_END |
Expand Down

0 comments on commit a27b5d8

Please sign in to comment.