Skip to content

Commit

Permalink
Fix circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jip-Hop committed Jul 16, 2024
1 parent 00fb155 commit 9c21a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jlmkr/actions/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pathlib import Path, PurePath
from textwrap import dedent

from cli import DISCLAIMER
from data import DISCLAIMER
from paths import COMMAND_NAME, JAILS_DIR_PATH, SCRIPT_DIR_PATH, SCRIPT_NAME
from utils.chroot import Chroot
from utils.config_parser import DEFAULT_CONFIG, KeyValueParser
Expand Down

0 comments on commit 9c21a58

Please sign in to comment.