From 5bbf4fd19338ae7159be33559b18f50bbcc6e00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albrecht=20M=C3=BChlenschulte?= Date: Tue, 2 Jul 2019 17:13:04 +0200 Subject: [PATCH] trying to fix python-version issue 2 --- pre_commit_hooks/detect_aws_credentials.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pre_commit_hooks/detect_aws_credentials.py b/pre_commit_hooks/detect_aws_credentials.py index e965c21..96ec49b 100644 --- a/pre_commit_hooks/detect_aws_credentials.py +++ b/pre_commit_hooks/detect_aws_credentials.py @@ -3,6 +3,7 @@ from __future__ import unicode_literals import argparse import os +import io from typing import Dict from typing import List from typing import Optional