Skip to content

Commit c149ba0

Browse files
authored
Merge pull request #73 from agoose77/patch-1
BUG: import dateutil.parser
2 parents 08b6dfb + c0d2a7e commit c149ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_activity/github_activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from subprocess import run
1212
from tempfile import TemporaryDirectory
1313

14-
import dateutil
14+
import dateutil.parser
1515
import numpy as np
1616
import pandas as pd
1717
import pytz

0 commit comments

Comments
 (0)