Skip to content

Commit

Permalink
fix exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Mar 25, 2024
1 parent 834a715 commit 5046df7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/IntuneCD/intunecdlib/IntuneCDBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def remove_keys(self, data: dict):
:param data: The data to remove keys from.
:return: The data with removed keys.
"""
self.exclude = []

keys = {
"id",
Expand Down

0 comments on commit 5046df7

Please sign in to comment.