We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a1459 commit 04004d4Copy full SHA for 04004d4
source/hab_task.py
@@ -2,13 +2,6 @@
2
""" Implements a Habitica synchronisation task.
3
This is borrowed essentially wholesale from scriptabit by DeeDee (see README).
4
"""
5
-# Ensure backwards compatibility with Python 2
6
-# from __future__ import (
7
- # absolute_import,
8
- # division,
9
- # print_function,
10
- # unicode_literals)
11
-# from builtins import *
12
from datetime import datetime
13
import copy
14
import pytz
0 commit comments