From 8d86facd2fec34f7cac20cde0d82fd23a5c59937 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 15 Jun 2025 16:16:49 +1000 Subject: material: fix colour generation score needs to take a string path --- src/caelestia/subcommands/shell.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/caelestia/subcommands/shell.py') diff --git a/src/caelestia/subcommands/shell.py b/src/caelestia/subcommands/shell.py index ef7fbab..11c979c 100644 --- a/src/caelestia/subcommands/shell.py +++ b/src/caelestia/subcommands/shell.py @@ -1,8 +1,6 @@ import subprocess from argparse import Namespace -from caelestia.utils import paths - class Command: args: Namespace -- cgit v1.2.3-freya