From 33d73645a9730dd650e1e10b61d9a92587049daa Mon Sep 17 00:00:00 2001 From: Aaron Meese Date: Mon, 10 Aug 2020 08:21:34 -0500 Subject: [PATCH] Forgot to import function As it turns out, I am an idiot. Figures. --- loc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loc.py b/loc.py index a40c383..e99e42a 100644 --- a/loc.py +++ b/loc.py @@ -2,7 +2,7 @@ import re import os import base64 import requests -from github import Github +from github import Github, InputGitAuthor import datetime from string import Template import matplotlib.pyplot as plt