From 0f14698347fe4dad9869e05ea0adf9177e6ba4f9 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 17 Oct 2018 11:01:56 +0100 Subject: Remove redundant getopt usage --- image-to-array | 1 - 1 file changed, 1 deletion(-) (limited to 'image-to-array') diff --git a/image-to-array b/image-to-array index 2c865f9..72abc5c 100755 --- a/image-to-array +++ b/image-to-array @@ -1,7 +1,6 @@ #!/usr/bin/env python import numpy as np import sys, os -import getopt from PIL import Image; -- cgit v1.2.3-54-g00ecf