mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Merge pull request #328 from lurch/patch-2
Remove redundant line of code
This commit is contained in:
		| @@ -112,7 +112,6 @@ class MCP3xxx(AnalogInputDevice): | ||||
|  | ||||
|     def __init__(self, channel=0, bits=10, differential=False, **spi_args): | ||||
|         self._channel = channel | ||||
|         self._bits = bits | ||||
|         self._differential = bool(differential) | ||||
|         super(MCP3xxx, self).__init__(bits, **spi_args) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user