diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2024-05-22 17:58:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 17:58:05 +0200 |
| commit | 37d23f4b3b29612cc1fb5a5227b62fbdeaca8b6f (patch) | |
| tree | 056b53416f5aeb9aaedd2317d590ff98538a5cf9 /pkgs/development/python-modules/httpserver | |
| parent | eb3e5c5f0d67368067c2618a49db2341c1362e4d (diff) | |
| parent | 42961a65a97bcd9291a9693ddf89bceee7aba2f2 (diff) | |
Merge pull request #313628 from mweinelt/python-nixfmt
python3Packages: format with nixfmt
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
| -rw-r--r-- | pkgs/development/python-modules/httpserver/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/httpserver/default.nix b/pkgs/development/python-modules/httpserver/default.nix index 59530ab5a704..9b65a6341ced 100644 --- a/pkgs/development/python-modules/httpserver/default.nix +++ b/pkgs/development/python-modules/httpserver/default.nix @@ -1,4 +1,9 @@ -{ lib, fetchPypi, buildPythonPackage, docopt }: +{ + lib, + fetchPypi, + buildPythonPackage, + docopt, +}: buildPythonPackage rec { pname = "httpserver"; |
