Skip to content

Commit 07dfa42

Browse files
Fix some warnings.
1 parent 61148c7 commit 07dfa42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codacy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ name: Codacy Security Scan
1515

1616
on:
1717
push:
18-
branches:
18+
branches:
1919
- master
2020
- develop
21+
- fix-warnings-2
2122
pull_request:
2223
# The branches below must be a subset of the branches above
23-
branches:
24+
branches:
2425
- master
2526
- develop
2627

source/hab_task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def due(self):
7777
@property
7878
def starting(self):
7979
"""When did the daily start running? (That is, is it active now?)"""
80-
import datetime
8180
if self.__task_dict['type'] == 'daily':
8281
start = parser.parse(self.__task_dictself.__task_dict['startDate'])
8382
else:

0 commit comments

Comments
 (0)