circup: remove whitespaces

This commit is contained in:
Fabian Affolter
2022-03-19 21:02:04 +01:00
committed by GitHub
parent 73ad5f9e14
commit d7f09c6eaa
+1 -1
View File
@@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication rec {
'';
pythonImportsCheck = [
" circup "
"circup"
];
meta = with lib; {