Skip to content

Commit 11f8e98

Browse files
committed
Linting cleanup
1 parent 72b9ec3 commit 11f8e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pytito/admin/_base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def is_timezone_aware(dt: datetime) -> bool:
175175
raise TypeError(f'value must be a datetime, got {type(value)}')
176176
# Check the value has a timezone specified
177177
if not is_timezone_aware(value):
178-
raise ValueError(f'value must have a timezone to be successfully converted')
178+
raise ValueError('value must have a timezone to be successfully converted')
179179
return value.isoformat()
180180

181181
def optional_datetime_from_json(json_value: str) -> Optional[datetime]:

0 commit comments

Comments
 (0)