mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
google-cloud-logging: fix pythonImportsCheck typo
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user