lol

python312Packages.pyaiports: fix typo

+1 -1
+1 -1
pkgs/development/python-modules/pyairports/default.nix
··· 19 19 20 20 doCheck = false; 21 21 22 - pythonImportChecks = [ "pyairports" ]; 22 + pythonImportsCheck = [ "pyairports" ]; 23 23 24 24 meta = with lib; { 25 25 description = "pyairports is a package which enables airport lookup by 3-letter IATA code.";