From e9450e839e1b6d99619221ce1a81f036f102ff70 Mon Sep 17 00:00:00 2001 From: Matthew Kenigsberg Date: Fri, 20 Dec 2024 10:07:02 -0700 Subject: [PATCH] Fix check-editorconfig lints --- assemble_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assemble_installer.py b/assemble_installer.py index e17b0cf79..bd19bd359 100644 --- a/assemble_installer.py +++ b/assemble_installer.py @@ -1,6 +1,6 @@ import requests import subprocess -import shutil +import shutil import sys response = requests.get('https://hydra.nixos.org/jobset/experimental-nix-installer/experimental-installer/evals', headers={'Accept': 'application/json'})