Skip to content

Commit

Permalink
Restore list action dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonct committed Jul 15, 2024
1 parent a1aaea8 commit 6d64562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jlmkr/actions/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from collections import defaultdict

from utils.config_parser import parse_config_file
from utils.console import NORMAL, UNDERLINE
from utils.console import eprint, NORMAL, UNDERLINE
from utils.dataset import get_all_jail_names, get_jail_config_path, get_jail_rootfs_path, parse_os_release


Expand Down

0 comments on commit 6d64562

Please sign in to comment.