mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user