python3Packages.crate: remove standard comment

This commit is contained in:
Sandro
2025-02-03 16:44:20 +01:00
committed by GitHub
parent c1bd83ece7
commit 5e4fcd8b7e
@@ -24,7 +24,6 @@ buildPythonPackage rec {
disabled = pythonOlder "3.7";
# pypi archive does not have tests
src = fetchFromGitHub {
owner = "crate";
repo = "crate-python";