fix: upgrade black formatter

This commit is contained in:
Cameron Yick
2025-04-05 10:15:40 -04:00
parent f42209e632
commit 6ccdbc4513

View File

@@ -8,6 +8,7 @@ from requests.exceptions import HTTPError
# TODO: Possibly print HTTP json response if available?
class RestClientError(Exception):
"Wrapper around HTTP Errors"
pass