Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann authored Nov 2, 2023
1 parent 7add097 commit 9ba4b11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/icalendar/tests/test_timezoned.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test_create_from_ical_zoneinfo(self):
)

def test_create_from_ical_pytz(self):
directory = os.path.dirname(__file__)
with open(os.path.join(CALENDARS_DIRECTORY, 'timezoned.ics'), 'rb') as fp:
data = fp.read()
cal = icalendar.Calendar.from_ical(data)
Expand Down

0 comments on commit 9ba4b11

Please sign in to comment.