about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-containerregistry/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/azure-containerregistry/default.nix')
-rw-r--r--pkgs/development/python-modules/azure-containerregistry/default.nix17
1 files changed, 9 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/azure-containerregistry/default.nix b/pkgs/development/python-modules/azure-containerregistry/default.nix
index 7b6d8ba17915a..37d7173441acf 100644
--- a/pkgs/development/python-modules/azure-containerregistry/default.nix
+++ b/pkgs/development/python-modules/azure-containerregistry/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, pythonOlder
-, azure-core
-, msrest
-, msrestazure
-, isodate
+{
+  lib,
+  buildPythonPackage,
+  fetchPypi,
+  pythonOlder,
+  azure-core,
+  msrest,
+  msrestazure,
+  isodate,
 }:
 
 buildPythonPackage rec {