1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Styling: blank lines

This commit is contained in:
Michael DeHaan 2013-06-30 18:52:33 -04:00
parent c7eb68e043
commit fc8ffc1864

View file

@ -1131,7 +1131,9 @@ class HPUX(Hardware):
- model
- firmware
"""
platform = 'HP-UX'
def __init__(self):
Hardware.__init__(self)