Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! total confidence
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidlazio committed May 28, 2024
1 parent 0a6d48e commit af885b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confidence/confidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ResolveResult(object):
class Confidence:
context: Dict[str, Union[str, int, float, bool]] = {}

def put_context(self, key: str, value: str) -> None:
def put_context(self, key: str, value: Union[str, int, float, bool]) -> None:
self.context[key] = value

def with_context(
Expand Down

0 comments on commit af885b8

Please sign in to comment.