diff --git a/lib/ansible/modules/extras/system/ohai.py b/lib/ansible/modules/extras/system/ohai.py index b50abc9db0..8ecf725006 100644 --- a/lib/ansible/modules/extras/system/ohai.py +++ b/lib/ansible/modules/extras/system/ohai.py @@ -52,5 +52,3 @@ def main(): from ansible.module_utils.basic import * main() - -