Skip to content

Commit 3b73e72

Browse files
committed
remove uneeded parens
1 parent e80aab2 commit 3b73e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapseclient/models/download_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async def _post_exchange_async(
184184
)
185185

186186

187-
@dataclass()
187+
@dataclass
188188
@async_to_sync
189189
class DownloadList(DownloadListSynchronousProtocol):
190190
"""Represents a user's Synapse Download List (cart).

0 commit comments

Comments
 (0)