mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +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:
@@ -7,7 +7,6 @@ from __future__ import (
|
||||
str = type('')
|
||||
|
||||
import warnings
|
||||
import weakref
|
||||
from RPi import GPIO
|
||||
|
||||
from .local import LocalPiFactory, LocalPiPin
|
||||
|
||||
Reference in New Issue
Block a user