From cf2eaea446e4b75c95f7f996bae3e91c7e271daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ahmet=20hazar=20g=C3=BCrb=C3=BCz?= <141240393+hazargurbuzz@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:56:23 +0000 Subject: [PATCH] fix: Type of fixed for a comment --- upsonic/remote/on_prem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upsonic/remote/on_prem.py b/upsonic/remote/on_prem.py index ad03071..d2c31df 100644 --- a/upsonic/remote/on_prem.py +++ b/upsonic/remote/on_prem.py @@ -1012,7 +1012,7 @@ def get( else: pass - # Run anayses + # Run analyses if self.enable_usage_analyses and not pass_usage_analyses: if inspect.isfunction(response) and self.is_usage_analyses_true(key): commit = None