Skip to content

Commit

Permalink
Update replier_lib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliocimino committed Jun 16, 2022
1 parent ceade9f commit 98a9f9c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions replier/replier_lib.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import replyconf as rconf
import requests

def ComputeDifferenceInDepth(prev, act):
diff = 0
for w in act:
if w in prev:
diff += 1

return diff


def Listify(values):

Expand Down

0 comments on commit 98a9f9c

Please sign in to comment.