Skip to content

Commit abab943

Browse files
author
David Linko
committed
file clean up
1 parent 9801721 commit abab943

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

anms-core/anms/routes/ARIs/reports.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ async def report_def_by_id(agent_id: int):
124124
enc.encode(rpt.source, buf)
125125
out_text = buf.getvalue()
126126
ari_val = out_text
127-
# ari_val= nn_func(ari_val)
128127
# TODO look at better way to handle storing nonce with null
129128
addition = {'exec_set': ari_val,'nonce_cbor':str(nonce_cbor)}
130129
if addition not in final_res:
@@ -141,7 +140,6 @@ async def report_def_by_id(agent_id: int):
141140
# handling if nonce_cbor is null
142141
@router.get("/entries/table/{agent_id}/{nonce_cbor}", status_code=status.HTTP_200_OK)
143142
async def report_ac(agent_id: int, nonce_cbor: str) -> dict:
144-
processed_none = False
145143
ari = None
146144
dec = ace.ari_cbor.Decoder()
147145
enc = ace.ari_text.Encoder()

0 commit comments

Comments
 (0)