Skip to content

Commit

Permalink
Mark response class as frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed Nov 13, 2021
1 parent 02bbc24 commit 73d60df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pywreck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def wait_closed(self) -> None:
return await asyncio.wait_for(coro, timeout=self.timeout)


@dataclass
@dataclass(frozen=True)
class Response:
"""HTTP Response Container"""

Expand Down

0 comments on commit 73d60df

Please sign in to comment.