Skip to content

Commit

Permalink
squash: fix flake8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Oct 18, 2024
1 parent aad7d85 commit 981a572
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/mrack/transformers/beaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ def _get_ks_meta(self, host):

def _get_kernel_options(self, host):
"""
Get `kernel_options` value from host or provisioning config or default if not defined.
Get `kernel_options` value from host or provisioning config
or default if not defined.
The priority is following:
- host
Expand All @@ -105,7 +106,8 @@ def _get_kernel_options(self, host):

def _get_kernel_options_post(self, host):
"""
Get `kernel_options_post` value from host or provisioning config or default if not defined.
Get `kernel_options_post` value from host or provisioning config
or default if not defined.
The priority is following:
- host
Expand Down

0 comments on commit 981a572

Please sign in to comment.