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 Dec 18, 2023
1 parent fd97106 commit 997a6aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion icalevents/icalparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def __str__(self):
return "%s: %s (%s)" % (self.start, self.summary, self.end - self.start)

def astimezone(self, tzinfo):

if type(self.start) is datetime:
self.start = self.start.astimezone(tzinfo)

Expand Down

0 comments on commit 997a6aa

Please sign in to comment.