Skip to content

Commit

Permalink
skip the module
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed Jan 20, 2022
1 parent a42431a commit 6785d9c
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
"""An ansible test module."""
"""An ansible test module.
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
isort:skip_file
"""

from __future__ import absolute_import, division, print_function


DOCUMENTATION = """
Expand Down

0 comments on commit 6785d9c

Please sign in to comment.