Skip to content

Commit 92b3dc1

Browse files
committed
fix: Update docstring format for DeepJSCC model implementation
1 parent 8f2293c commit 92b3dc1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

kaira/models/image/bourtsoulatze2019_deepjscc.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
"""Implementation of the DeepJSCC model from Bourtsoulatze et al.
2-
3-
(2019).
4-
"""
1+
"""Implementation of the DeepJSCC model from :cite:`bourtsoulatze2019deep`."""
52

63
from typing import Any, Optional
74

0 commit comments

Comments
 (0)