From 5517a49e14659d2be3abc6459e8ed04cc578b86a Mon Sep 17 00:00:00 2001 From: RaffaelW <146560011+RaffaelW@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:15:18 +0100 Subject: [PATCH] fix(tasks): remove unused sys import from tasks.py --- tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks.py b/tasks.py index 0c5fe52..1d8d4e9 100644 --- a/tasks.py +++ b/tasks.py @@ -3,7 +3,6 @@ from invoke.exceptions import Exit import os import shutil import subprocess -import sys import webbrowser