Skip to content

Commit

Permalink
Updated imports for top level keys and module keys
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
  • Loading branch information
olehermanse committed Jan 11, 2024
1 parent e4f988b commit 586a32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cfbs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@
pretty_check_file,
pretty_file,
CFBS_DEFAULT_SORTING_RULES,
TOP_LEVEL_KEYS,
MODULE_KEYS,
)
from cfbs.build import (
init_out_folder,
perform_build_steps,
)
from cfbs.cfbs_json import TOP_LEVEL_KEYS, MODULE_KEYS
from cfbs.cfbs_config import CFBSConfig, CFBSReturnWithoutCommit
from cfbs.validate import validate_config
from cfbs.internal_file_management import (
Expand Down
2 changes: 1 addition & 1 deletion cfbs/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from collections import OrderedDict

from cfbs.utils import is_a_commit_hash, user_error
from cfbs.cfbs_json import TOP_LEVEL_KEYS, MODULE_KEYS
from cfbs.pretty import TOP_LEVEL_KEYS, MODULE_KEYS
from cfbs.cfbs_config import CFBSConfig
from cfbs.build import AVAILABLE_BUILD_STEPS

Expand Down

0 comments on commit 586a32d

Please sign in to comment.