Skip to content

Commit 04004d4

Browse files
Remove unneeded imports.
1 parent 68a1459 commit 04004d4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/hab_task.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
""" Implements a Habitica synchronisation task.
33
This is borrowed essentially wholesale from scriptabit by DeeDee (see README).
44
"""
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 *
125
from datetime import datetime
136
import copy
147
import pytz

0 commit comments

Comments
 (0)