Skip to content

Commit 2c4a43b

Browse files
committed
Merge pull request #6 from mpadilla2/patch-2
Update datediff.py
2 parents 46ce8ee + 275367a commit 2c4a43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dateutils/datediff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
from __future__ import print_function
12
from datetime import datetime
23
from dateutil.parser import parse
34
from argparse import ArgumentParser
4-
from future import print_function
55

66

77
def get_arguments():

0 commit comments

Comments
 (0)