aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-17 08:19:45 +0000
committerGravatar jesopo2018-11-17 08:19:45 +0000
commitea881724eea5ed1cf09277d8baddce685766552d (patch)
tree924b5444b9df134f6eac7133705545bc84a12aa5 /modules/github.py
parentshow added/removed/modified counts as unique files when we're aggregating (diff)
signature
Forgot to import itertools
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
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"