Fixed unused import

This commit is contained in:
2016-02-28 02:51:45 +03:00
parent 0862cfb6b3
commit 780426139c

View File

@@ -7,7 +7,6 @@ where FOLDER_WITH_PUBLICS folder with files with one id of group per line
import sys import sys
import json import json
import os import os
from os.path import join
all_ids = set([int(i) for i in open(sys.argv[1]).read().split()]) all_ids = set([int(i) for i in open(sys.argv[1]).read().split()])