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 61148c7 commit 07dfa42Copy full SHA for 07dfa42
.github/workflows/codacy.yml
@@ -15,12 +15,13 @@ name: Codacy Security Scan
15
16
on:
17
push:
18
- branches:
+ branches:
19
- master
20
- develop
21
+ - fix-warnings-2
22
pull_request:
23
# The branches below must be a subset of the branches above
24
25
26
27
source/hab_task.py
@@ -77,7 +77,6 @@ def due(self):
77
@property
78
def starting(self):
79
"""When did the daily start running? (That is, is it active now?)"""
80
- import datetime
81
if self.__task_dict['type'] == 'daily':
82
start = parser.parse(self.__task_dictself.__task_dict['startDate'])
83
else:
0 commit comments