Skip to content

Commit 5f2784c

Browse files
author
Alejandro Casanovas
committed
Fix issue #1063
1 parent 4dfed72 commit 5f2784c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

O365/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def _update_timezone(self, timezone: Union[str, ZoneInfo]):
133133
raise e
134134
else:
135135
if not isinstance(timezone, ZoneInfo):
136-
raise ValueError(f'The timezone parameter must be either a string or a valid ZoneInfo instance.')
136+
raise ValueError('The timezone parameter must be either a string or a valid ZoneInfo instance.')
137137
self._timezone = timezone
138138

139139
def get_service_keyword(self, keyword: str) -> str:

0 commit comments

Comments
 (0)