Skip to content

Commit 3e7eb72

Browse files
authored
Merge pull request #22 from EncoreTechnologies/hotfix/fix-ci-errors
hotfix/fix-ci-errors
2 parents 976c947 + 54cc36a commit 3e7eb72

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22

3+
## 1.1.3
4+
5+
* Updated files to work with latest CI updates
6+
37
## 1.1.2
8+
49
* Remove date checking from item_sensor
510

611
## 1.1.0

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
- calendar
88
- exchange
99
- office365
10-
version: 1.1.2
10+
version: 1.1.3
1111
author: "Anthony Shaw"
1212
1313
contributors:

sensors/item_sensor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
from datetime import datetime
2-
import time
3-
41
from st2reactor.sensor.base import PollingSensor
52
from exchangelib import Account, ServiceAccount, Configuration, DELEGATE, EWSDateTime, EWSTimeZone
63

0 commit comments

Comments
 (0)