From 43cc09c77c044a34005d62c85fd5b0577424f20a Mon Sep 17 00:00:00 2001 From: Lorenzo Drudi Date: Tue, 9 Apr 2024 09:49:19 +0200 Subject: [PATCH] fix: fix import print. --- openai_cost_logger/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai_cost_logger/__init__.py b/openai_cost_logger/__init__.py index d87ceb1..7a69ef6 100644 --- a/openai_cost_logger/__init__.py +++ b/openai_cost_logger/__init__.py @@ -1 +1 @@ -print('imported openai_cost_tracker') \ No newline at end of file +print('imported openai_cost_logger') \ No newline at end of file