Fixed unused import
This commit is contained in:
@@ -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()])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user