diff --git a/validations_common/callback_plugins/validation_json.py b/validations_common/callback_plugins/validation_json.py
index 2cd05ee..0466908 100644
--- a/validations_common/callback_plugins/validation_json.py
+++ b/validations_common/callback_plugins/validation_json.py
@@ -11,8 +11,6 @@
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-from __future__ import (absolute_import, division, print_function)
 __metaclass__ = type
 
 import datetime
diff --git a/validations_common/callback_plugins/validation_output.py b/validations_common/callback_plugins/validation_output.py
index 3abed74..ce14b84 100644
--- a/validations_common/callback_plugins/validation_output.py
+++ b/validations_common/callback_plugins/validation_output.py
@@ -12,8 +12,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from __future__ import print_function
-
 import pprint
 
 from ansible import constants as C