Skip to content

Commit 2045d13

Browse files
committed
simplify part V
1 parent bc60205 commit 2045d13

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • mkp/local/lib/python3/cmk/base/cee/plugins/bakery

mkp/local/lib/python3/cmk/base/cee/plugins/bakery/yum.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ def get_yum_files(conf: Any) -> FileGenerator:
3939
except (TypeError, ValueError):
4040
interval = None
4141

42-
# only makes sense on Linux so just create for that OS
43-
yield Plugin(
44-
base_os=OS.LINUX,
45-
source=Path('yum'),
46-
interval=interval
47-
)
42+
# only makes sense on Linux so just create for that OS
43+
yield Plugin(
44+
base_os=OS.LINUX,
45+
source=Path('yum'),
46+
interval=interval
47+
)
4848

4949

5050
# register the bakery plugin with its arguments

0 commit comments

Comments
 (0)