From 6ccdbc4513192f1e97221a57d1f3db8a4a05d9f5 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 5 Apr 2025 10:15:40 -0400 Subject: [PATCH] fix: upgrade black formatter --- tiingo/restclient.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tiingo/restclient.py b/tiingo/restclient.py index 869baad..4a03ee1 100644 --- a/tiingo/restclient.py +++ b/tiingo/restclient.py @@ -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