python312Packages.aiolifx: format with nixfmt

+13 -16
+13 -16
pkgs/development/python-modules/aiolifx/default.nix
··· 1 - { lib 2 - , async-timeout 3 - , bitstring 4 - , buildPythonPackage 5 - , click 6 - , fetchPypi 7 - , ifaddr 8 - , inquirerpy 9 - , pythonOlder 10 - , setuptools 1 + { 2 + lib, 3 + async-timeout, 4 + bitstring, 5 + buildPythonPackage, 6 + click, 7 + fetchPypi, 8 + ifaddr, 9 + inquirerpy, 10 + pythonOlder, 11 + setuptools, 11 12 }: 12 13 13 14 buildPythonPackage rec { ··· 22 23 hash = "sha256-E3UxNTqss3urpMTwhLhIoAnBekGOIyFy0+sOj3mGlss="; 23 24 }; 24 25 25 - build-system = [ 26 - setuptools 27 - ]; 26 + build-system = [ setuptools ]; 28 27 29 28 dependencies = [ 30 29 async-timeout ··· 37 36 # Module has no tests 38 37 doCheck = false; 39 38 40 - pythonImportsCheck = [ 41 - "aiolifx" 42 - ]; 39 + pythonImportsCheck = [ "aiolifx" ]; 43 40 44 41 meta = with lib; { 45 42 description = "Module for local communication with LIFX devices over a LAN";