mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update hpc_system_firmware_utils.py
This commit is contained in:
parent
0b631e789c
commit
c756bf5a4e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ except ImportError:
|
||||||
HAS_REQUESTS_TOOLBELT = False
|
HAS_REQUESTS_TOOLBELT = False
|
||||||
|
|
||||||
|
|
||||||
REQUESTS_TOOLBELT_REQUIRED = "Requests_toolbelt is required for this module."
|
REQUESTS_TOOLBELT_REQUIRED = "Requests_toolbelt is required for this module"
|
||||||
|
|
||||||
|
|
||||||
def has_requests_toolbelt(module):
|
def has_requests_toolbelt(module):
|
||||||
|
|
Loading…
Reference in a new issue