Skip to content

Commit

Permalink
Add missing SyncReport import
Browse files Browse the repository at this point in the history
  • Loading branch information
12v authored Nov 13, 2023
1 parent 97caa25 commit 7cebcd7
Showing 1 changed file with 1 addition and 1 deletion.
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 7cebcd7

Please sign in to comment.