python3Packages.multimethod: typo fix

This commit is contained in:
Nathan Ringo
2021-08-11 18:11:30 -05:00
committed by Cole Helbling
parent fcf5efa90c
commit b806d35c3f

View File

@@ -18,7 +18,7 @@ buildPythonPackage rec {
pytest-cov
];
pythomImportsCheck = [
pythonImportsCheck = [
"multimethod"
];