Skip to content

Commit 55251dc

Browse files
committed
fix: typing hit
1 parent 3d8fade commit 55251dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

asgi_webdav/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def __init__(self, timestamp: float | None = None):
356356
self.data = datetime.fromtimestamp(timestamp, tz=timezone.utc)
357357

358358
@classmethod
359-
def from_microseconds(cls, timestamp: float):
359+
def from_microseconds(cls, timestamp: float) -> DAVTime:
360360
return cls(timestamp / 1_000_000)
361361

362362
@cached_property

0 commit comments

Comments
 (0)