about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hetzner/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/hetzner/default.nix')
-rw-r--r--pkgs/development/python-modules/hetzner/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/hetzner/default.nix b/pkgs/development/python-modules/hetzner/default.nix
index 07b8f0ed2d423..fd4eb8496ce94 100644
--- a/pkgs/development/python-modules/hetzner/default.nix
+++ b/pkgs/development/python-modules/hetzner/default.nix
@@ -1,6 +1,7 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
+{
+  lib,
+  buildPythonPackage,
+  fetchFromGitHub,
 }:
 
 buildPythonPackage rec {