Skip to content

Commit e2ea097

Browse files
committed
Small changes
1 parent 48e9007 commit e2ea097

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tap_freshdesk/streams.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@
1010

1111
from tap_freshdesk.client import FreshdeskStream, PagedFreshdeskStream
1212

13-
# TODO: Delete this is if not using json files for schema definition
1413
SCHEMAS_DIR = Path(__file__).parent / Path("./schemas")
15-
# TODO: - Override `UsersStream` and `GroupsStream` with your own stream definition.
16-
# - Copy-paste as many times as needed to create multiple stream types.
17-
18-
1914

2015

2116
class AgentsStream(FreshdeskStream):

tap_freshdesk/tap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from pathlib import Path
1313
config = Path(__file__).parent.parent / '.secrets' / 'config.json'
1414

15-
from collections import deque
1615
_ticket_ids = set()
1716

1817

0 commit comments

Comments
 (0)