Unverified Commit 2b804161 authored by natsukium's avatar natsukium
Browse files

python312Packages.albucore: remove unused input

parent 94092f98
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  pytestCheckHook,
  numpy,
  opencv4,
  tomli,
  typing-extensions,
}:

@@ -32,7 +31,6 @@ buildPythonPackage rec {
  dependencies = [
    numpy
    opencv4
    tomli
    typing-extensions
  ];