Skip to content

Commit 33e10d0

Browse files
committed
hosts: fix docstring
This docstring produced sphinx warning: ``` /home/runner/work/sssd-test-framework/sssd-test-framework/sssd_test_framework/hosts/base.py:docstring of sssd_test_framework.hosts.base.BaseLinuxHost.get_package_version:3: WARNING: Definition list ends without a blank line; unexpected unindent. [docutils] ```
1 parent 6655590 commit 33e10d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sssd_test_framework/hosts/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ def distro_minor(self) -> int:
270270
def get_package_version(self, package: str = "sssd", raise_on_error: bool = True) -> dict:
271271
"""
272272
Parse package version and return it as a dictionary with:
273-
major, minor, patch, prerelease, update, release
273+
major, minor, patch, prerelease, update, release
274+
274275
:param package: package name
275276
:param raise_on_error: raise exeption when package is missing
276277
:return: version dictionary

0 commit comments

Comments
 (0)