From e31640a89d7a430ed1736d75f39727096c4acad8 Mon Sep 17 00:00:00 2001 From: Gnome Ann <> Date: Wed, 1 Sep 2021 12:26:08 -0400 Subject: [PATCH] Remove unused "import string" from fileops.py --- fileops.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fileops.py b/fileops.py index f3be4f6d..7fcc44cb 100644 --- a/fileops.py +++ b/fileops.py @@ -3,7 +3,6 @@ from tkinter import filedialog from os import getcwd, listdir, path import os import json -import string #==================================================================# # Generic Method for prompting for file path