google-cloud-logging: fix pythonImportsCheck typo

This commit is contained in:
Astro 2022-01-20 18:57:36 +01:00 committed by Jonathan Ringer
parent 7467473c5f
commit d6229c2d86

View file

@ -57,7 +57,7 @@ buildPythonPackage rec {
rm tests/system/test_system.py tests/unit/test__gapic.py
'';
pythonImortsCheck = [
pythonImportsCheck = [
"google.cloud.logging"
"google.cloud.logging_v2"
];