From 2a9182402f901d14a2679512bcb157c9e1ed229b Mon Sep 17 00:00:00 2001 From: quackerd Date: Sun, 19 Jun 2022 22:24:40 -0400 Subject: [PATCH] initial commit --- docker_update.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker_update.py b/docker_update.py index aa162dc..1febf63 100644 --- a/docker_update.py +++ b/docker_update.py @@ -1,8 +1,6 @@ import os import sys -from numpy import full - if len(sys.argv) != 3: print("Invalid number of arguments\n") exit(1)