From c8f92db06df7a571ec15574bf2dcdc54b3b7d4e7 Mon Sep 17 00:00:00 2001 From: Art Chaidarun Date: Thu, 9 Sep 2021 21:56:12 -0400 Subject: [PATCH] Remove all unused Python imports --- entry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry.ts b/entry.ts index 2532005..29999e7 100644 --- a/entry.ts +++ b/entry.ts @@ -132,8 +132,8 @@ const HOOKS: Record = { run( "autoflake", "--ignore-init-module-imports", - "--imports=attrs,boto,boto3,flask,pyramid,pytest,pytz,requests,simplejson,six", "--in-place", + "--remove-all-unused-imports", "--remove-duplicate-keys", "--remove-unused-variables", ...sources,