Skip to content

Commit

Permalink
ruff check fix .
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Oct 22, 2024
1 parent bde3dd4 commit ac4a666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firebase_to_xml/firebase_to_xml/scrubbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ def scrub_keys(d_in):
return scrubbed


def remove_nones(items):
return list(filter(lambda item: item is not None, items))

0 comments on commit ac4a666

Please sign in to comment.