Skip to content

Commit

Permalink
fix: Type of fixed for a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hazargurbuzz committed Oct 12, 2024
1 parent 742f754 commit cf2eaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upsonic/remote/on_prem.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf2eaea

Please sign in to comment.