diff options
Diffstat (limited to 'src/caelestia/subcommands/shell.py')
| -rw-r--r-- | src/caelestia/subcommands/shell.py | 2 |
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 |