From 6f3b586a3cecb809d4d3e7e190ec5e6551ead439 Mon Sep 17 00:00:00 2001 From: Laurier Loiselle Date: Thu, 19 Jan 2023 16:24:04 -0500 Subject: [PATCH] cleanup: don't depend on zsh --- cleanup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cleanup.sh b/cleanup.sh index 9c774be..aa6deeb 100755 --- a/cleanup.sh +++ b/cleanup.sh @@ -1,5 +1,3 @@ -#!/bin/zsh - autoflake -i --remove-all-unused-imports src/wireviz/*.py isort src/wireviz/*py black src/wireviz/*.py