Skip to content

Commit f94f40d

Browse files
committed
Patch out diff for now
1 parent 4b363b9 commit f94f40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wily/commands/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def diff( # noqa: C901
103103
last_data[file][key] = value
104104

105105
# Run operators on current files
106-
data = # TODO: Use storage module # run_operators_parallel(operators, targets, config)
106+
data = ...# TODO: Use storage module # run_operators_parallel(operators, targets, config)
107107

108108
# Build list of extra paths (functions/classes) from current data
109109
extra = []

0 commit comments

Comments
 (0)