Skip to content

Commit

Permalink
Use correct path to requests_retry_session module
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Dec 19, 2024
1 parent ae41bfd commit c9bbfcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Use correct path to requests_retry_session module

## [2.0.48] - 2024-12-18
### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/bos/operators/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
from functools import partial

from bos.common.base_requests_retry_session import requests_retry_session as base_requests_retry_session
from .base_requests_retry_session import requests_retry_session as base_requests_retry_session

PROTOCOL = 'http'

Expand Down

0 comments on commit c9bbfcc

Please sign in to comment.