Skip to content

Commit

Permalink
unused import removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnowacki-reef committed Aug 6, 2021
1 parent 60efe54 commit 75e3244
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 @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* `BucketIdNotFound` thrown based on B2 cloud response

### 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 75e3244

Please sign in to comment.