2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 20:46:47 +00:00
This commit is contained in:
Oliver Walters 2019-05-07 08:11:19 +10:00
parent 0969edc431
commit 983804fa1f

View File

@ -94,9 +94,6 @@ def DownloadExternalFile(url, **kwargs):
return result
def str2bool(text, test=True):
""" Test if a string 'looks' like a boolean value.