Skip to content

Commit

Permalink
remove ; added by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Mar 2, 2024
1 parent b9591ff commit cbbe02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radicale/item/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def check_and_sanitize_items(
component_uids.add(component_uid)
object_uid = None
object_uid_set = False
component_dict = dict();
component_dict = dict()
for component in vobject_item.components():
# https://tools.ietf.org/html/rfc4791#section-4.1
if component.name == "VTIMEZONE":
Expand Down

0 comments on commit cbbe02b

Please sign in to comment.