diff --git a/lib/ansible/modules/extras/system/ohai.py b/lib/ansible/modules/extras/system/ohai.py index b50abc9db03..8ecf725006f 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() - -