From ea881724eea5ed1cf09277d8baddce685766552d Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 17 Nov 2018 08:19:45 +0000 Subject: Forgot to import itertools --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/github.py b/modules/github.py index 0881399f..60554c17 100644 --- a/modules/github.py +++ b/modules/github.py @@ -1,4 +1,4 @@ -import json +import itertools, json from src import ModuleManager, utils COMMIT_URL = "https://github.com/%s/commit/%s" -- cgit v1.3.1-10-gc9f91