Skip to content

Commit

Permalink
sanity: Add future-import boilerplate (ansible-collections#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akasurde authored and goneri committed Sep 21, 2022
1 parent 4db62d4 commit e9246c2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
from __future__ import print_function
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

import json


Expand Down

0 comments on commit e9246c2

Please sign in to comment.