diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 014ebc435760..04dfded73791 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,7 +72,7 @@ repos: ["--baseline", ".secrets.baseline", "--exclude-files", "cassettes/*", "--exclude-files", "website/content/api/*"] exclude: package.lock.json - repo: https://github.com/asottile/pyupgrade - rev: v3.1.0 + rev: v3.2.2 hooks: - id: pyupgrade args: [--py38-plus] diff --git a/openbb_terminal/forex/oanda/oanda_controller.py b/openbb_terminal/forex/oanda/oanda_controller.py index cbf8b9a46ecb..92ac45e36540 100644 --- a/openbb_terminal/forex/oanda/oanda_controller.py +++ b/openbb_terminal/forex/oanda/oanda_controller.py @@ -54,7 +54,7 @@ def __init__(self, queue: List[str] = None): self.from_symbol = "" self.to_symbol = "" - self.source = "oanda" + self.source = "Oanda" self.instrument: Union[str, None] = None if session and obbff.USE_PROMPT_TOOLKIT: