Skip to content

Commit

Permalink
Merge pull request #282 from reef-technologies/remove_unused_import
Browse files Browse the repository at this point in the history
unused import removed
  • Loading branch information
mpnowacki-reef authored Aug 6, 2021
2 parents 0f7d8be + 75e3244 commit 2b4bda2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
* FileSimulator returns special file info headers properly

### Removed
* One unused import.

## [1.11.0] - 2021-06-24

### Changed
Expand Down
3 changes: 0 additions & 3 deletions b2sdk/raw_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
from .file_lock import BucketRetentionSetting, FileRetentionSetting, LegalHold
from .utils import b2_url_encode
from b2sdk.http_constants import FILE_INFO_HEADER_PREFIX
from b2sdk.http_constants import SRC_LAST_MODIFIED_MILLIS
assert SRC_LAST_MODIFIED_MILLIS # workaround for pyflakes: disable
# this is here because CLI depends on it TODO: remove after fixing imports in CLI

# All supported realms
REALM_URLS = {
Expand Down

0 comments on commit 2b4bda2

Please sign in to comment.