removed string import

This commit is contained in:
chavinlo 2022-09-10 19:39:49 -05:00
parent f07fb01490
commit 7f901bf252
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## This script CAN convert tags to human-readable-text BUT IT IS NOT REQUIRED.
import argparse
import string
#Stolen code from https://stackoverflow.com/a/43357954
def str2bool(v):
if isinstance(v, bool):