From 66af16505be4ee234ccb79fee211367c25bd17c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albrecht=20M=C3=BChlenschulte?= Date: Thu, 4 Jul 2019 10:35:16 +0200 Subject: [PATCH] removes unused import --- pre_commit_hooks/detect_aws_credentials.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pre_commit_hooks/detect_aws_credentials.py b/pre_commit_hooks/detect_aws_credentials.py index dd459c4..0cc1a7e 100644 --- a/pre_commit_hooks/detect_aws_credentials.py +++ b/pre_commit_hooks/detect_aws_credentials.py @@ -2,7 +2,6 @@ from __future__ import print_function from __future__ import unicode_literals import argparse -import os import io from typing import Dict from typing import List