Removed redundant weakref references

Also tweaked a couple of minor bits (SPI bus init mask) and unused
_get_address override
This commit is contained in:
Dave Jones
2016-10-21 10:43:58 +01:00
parent ce6217c14f
commit 4d79dc74db
6 changed files with 7 additions and 9 deletions

View File

@@ -13,7 +13,6 @@ import mmap
import errno
import struct
import warnings
import weakref
from time import sleep
from threading import Thread, Event, Lock
from collections import Counter