python3Packages.azure*: remove unused imports

This commit is contained in:
Jonathan Ringer
2021-03-14 16:57:00 -07:00
committed by Jonathan Ringer
parent b32c4fc457
commit 2146f32a18
3 changed files with 1 additions and 5 deletions

View File

@@ -1,10 +1,8 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, azure-mgmt-common
, azure-mgmt-core
, isPy3k
}:
buildPythonPackage rec {