Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMicroNova committed Dec 17, 2024
1 parent 98d7799 commit f67ae30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amplipi/statcollector.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

path = "/var/lib/UsageSurvey.json"


def find_matches(list1: list, list2: list):
"""Takes in two lists, returns a list that only contains data shared by both lists"""
set1 = {json.dumps(item, sort_keys=True) for item in list1}
Expand Down

0 comments on commit f67ae30

Please sign in to comment.