We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46ce8ee + 275367a commit 2c4a43bCopy full SHA for 2c4a43b
dateutils/datediff.py
@@ -1,7 +1,7 @@
1
+from __future__ import print_function
2
from datetime import datetime
3
from dateutil.parser import parse
4
from argparse import ArgumentParser
-from future import print_function
5
6
7
def get_arguments():
0 commit comments