From 9b6c4142921d46dbbf7a2be384eb0bbf09b433f1 Mon Sep 17 00:00:00 2001 From: RaR Date: Wed, 29 Jan 2025 20:41:01 -0300 Subject: [PATCH] bug ix --- src/pyettj/ettj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyettj/ettj.py b/src/pyettj/ettj.py index 264eb2d..6380140 100644 --- a/src/pyettj/ettj.py +++ b/src/pyettj/ettj.py @@ -5,7 +5,7 @@ import matplotlib.pyplot as plt plt.style.use("fivethirtyeight") # type: ignore -import gettables +from pyettj import gettables import bizdays, os from typing import Any, List, Union, Dict