Skip to content

Commit

Permalink
Missing import in docs (#460)
Browse files Browse the repository at this point in the history
* Add missing SyncReport import

* Add entry to changelog

* Revert whitespace change

* Revert unintentional change

* add changelog message

---------

Co-authored-by: 12v <11772383+12v@users.noreply.github.com>
  • Loading branch information
mjurbanski-reef and 12v committed Jan 19, 2024
1 parent 4a699e0 commit ab47ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/+missing_sync_import.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing import in Synchronizer docs example.
2 changes: 1 addition & 1 deletion doc/source/api/sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Following are the important optional arguments that can be provided while initia
>>> from b2sdk.v2 import ScanPoliciesManager
>>> from b2sdk.v2 import parse_folder
>>> from b2sdk.v2 import Synchronizer
>>> from b2sdk.v2 import Synchronizer, SyncReport
>>> from b2sdk.v2 import KeepOrDeleteMode, CompareVersionMode, NewerFileSyncMode
>>> import time
>>> import sys
Expand Down

0 comments on commit ab47ea7

Please sign in to comment.