summaryrefslogtreecommitdiff
path: root/src/caelestia/subcommands/shell.py
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-15 16:16:49 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-15 16:16:49 +1000
commit8d86facd2fec34f7cac20cde0d82fd23a5c59937 (patch)
treedd542be8d3ac3c5626977e315b0deaee6bb03b23 /src/caelestia/subcommands/shell.py
parentshell: fix starting shell (diff)
downloadcaelestia-cli-8d86facd2fec34f7cac20cde0d82fd23a5c59937.tar.gz
caelestia-cli-8d86facd2fec34f7cac20cde0d82fd23a5c59937.tar.bz2
caelestia-cli-8d86facd2fec34f7cac20cde0d82fd23a5c59937.zip
material: fix colour generation
score needs to take a string path
Diffstat (limited to 'src/caelestia/subcommands/shell.py')
-rw-r--r--src/caelestia/subcommands/shell.py2
1 files changed, 0 insertions, 2 deletions
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