Skip to content

Commit 4dfb41d

Browse files
committed
Fix pylint complaint introduced by merge
1 parent 88ac7bd commit 4dfb41d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/example1/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33

44
import argparse
55

6+
from dsync import Diff
67
from dsync.logging import enable_console_logging
78

89
from backend_a import BackendA
910
from backend_b import BackendB
1011
from backend_c import BackendC
1112

1213

13-
from dsync import Diff
14-
15-
1614
class MyDiff(Diff):
1715
"""Custom Diff class to control the order of the site objects."""
1816

0 commit comments

Comments
 (0)