Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 17, 2025
1 parent 5a35605 commit d49a196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icalevents/icaldownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def data_from_string(self, string_content, apple_fix=False):
return self.decode(string_content, apple_fix=apple_fix)

@staticmethod
def decode(content, encoding = "utf-8", apple_fix=False):
def decode(content, encoding="utf-8", apple_fix=False):
"""
Decode content using the set charset.
Expand Down

0 comments on commit d49a196

Please sign in to comment.