Skip to content

Commit 468d0fc

Browse files
committed
lint
1 parent feaebd0 commit 468d0fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lambdas/id_sync/src/to_do_code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
'''
22
record Processor
33
'''
4-
# from common.clients import get_delta_table
54
from boto3.dynamodb.conditions import Key
65
from os_vars import get_ieds_table_name, get_delta_table_name
7-
from common.clients import get_delta_table
86

97
ieds_tablename = get_ieds_table_name()
108
delta_tablename = get_delta_table_name()

0 commit comments

Comments
 (0)