1
0
Fork 0
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:
Srujana-2000 2024-02-07 10:55:16 +05:30 committed by GitHub
parent 0b631e789c
commit c756bf5a4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):