Skip to content

Commit fa94566

Browse files
Remove some more.
1 parent 04004d4 commit fa94566

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

source/todo_task.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# -*- coding: utf-8 -*-
22
""" Implements a Todoist synchronisation task.
33
"""
4-
# Ensure backwards compatibility with Python 2
5-
# from __future__ import (
6-
# absolute_import,
7-
# division,
8-
# print_function,
9-
# unicode_literals)
10-
# from builtins import *
114
from datetime import datetime, timedelta
12-
from dateutil import parser
135
import pytz
6+
from dateutil import parser
147
import main
158
#from .dates import parse_date_utc
169
#from .task import CharacterAttribute, ChecklistItem, Difficulty, Task

0 commit comments

Comments
 (0)