From 437504ad805f81dcb32ce879bc24035b15d27293 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Wed, 9 Dec 2020 14:17:42 +0530 Subject: [PATCH] fix #30 --- core/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/utils.py b/core/utils.py index 38094f7..993da3a 100644 --- a/core/utils.py +++ b/core/utils.py @@ -1,4 +1,5 @@ import os +import re import tld import json import tempfile