Skip to content

Commit fa82b35

Browse files
committed
Rename workers.py to helpers.py
1 parent e693c47 commit fa82b35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

diffsync/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .diff import Diff
2525
from .enum import DiffSyncModelFlags, DiffSyncFlags, DiffSyncStatus
2626
from .exceptions import ObjectAlreadyExists, ObjectStoreWrongType, ObjectNotFound
27-
from .workers import DiffSyncDiffer, DiffSyncSyncer
27+
from .helpers import DiffSyncDiffer, DiffSyncSyncer
2828

2929

3030
class DiffSyncModel(BaseModel):

diffsync/workers.py renamed to diffsync/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""DiffSync worker classes for diff and sync operations.
1+
"""DiffSync helper classes for calculating and performing diff and sync operations.
22
33
Copyright (c) 2020 Network To Code, LLC <[email protected]>
44

0 commit comments

Comments
 (0)