diff options
| author | 2018-11-17 08:19:45 +0000 | |
|---|---|---|
| committer | 2018-11-17 08:19:45 +0000 | |
| commit | ea881724eea5ed1cf09277d8baddce685766552d (patch) | |
| tree | 924b5444b9df134f6eac7133705545bc84a12aa5 /modules/github.py | |
| parent | show 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.py | 2 |
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" |
