pythonPackages.googlemaps: Cleanups

This commit is contained in:
Sandro Jäckel 2021-01-05 12:09:56 +01:00
parent e976a92b6e
commit 96c5044b2e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,6 +1,11 @@
{ stdenv, buildPythonPackage, fetchFromGitHub { stdenv
, buildPythonPackage
, fetchFromGitHub
, requests , requests
, responses, pytestCheckHook, pytest, pytestcov, isPy27 , responses
, pytestCheckHook
, pytestcov
, isPy27
}: }:
buildPythonPackage rec { buildPythonPackage rec {