From 830d222641bc70840d839140bfe45bdfd7c3a9cf Mon Sep 17 00:00:00 2001 From: Erik Oosting Date: Mon, 11 Jan 2021 23:41:08 +0100 Subject: [PATCH] python black reformat --- nur/index.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nur/index.py b/nur/index.py index 0254baeab..c695ef931 100644 --- a/nur/index.py +++ b/nur/index.py @@ -53,7 +53,10 @@ callPackage (nur.repo-sources."%s" + "/%s") {} } stripped = path.parts[4:] if stripped[0] not in prefixes: - print(f"we could not find {stripped} , you can file an issue at https://github.com/nix-community/NUR/issues to the indexing file if you think this is a mistake", file=sys.stderr) + print( + f"we could not find {stripped} , you can file an issue at https://github.com/nix-community/NUR/issues to the indexing file if you think this is a mistake", + file=sys.stderr, + ) pkg["meta"]["position"] = prefix else: attrPath = "/".join(stripped[1:])