Skip to content

Commit 937896b

Browse files
committed
black formatting
1 parent b276199 commit 937896b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mystbin/errors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@
4444

4545
class MystbinException(Exception):
4646
"""Error when interacting with Mystbin."""
47+
4748
def __init__(self, /, message: str, response: Optional[Union[aiohttp.ClientResponse, requests.Response]]) -> None:
4849
self.message: str = message
4950
self.response: Optional[Union[aiohttp.ClientResponse, requests.Response]] = response
5051

52+
5153
class BadPasteID(MystbinException):
5254
"""Bad Paste ID."""
5355

0 commit comments

Comments
 (0)