Skip to content

Commit 7b2c0af

Browse files
committed
fix.
1 parent 2ac3147 commit 7b2c0af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pytask_stata/collect.py

-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def pytask_collect_task(
6363

6464
mark = _parse_stata_mark(mark=marks[0])
6565
script, options = stata(**marks[0].kwargs)
66-
6766
obj.pytask_meta.markers.append(mark)
6867

6968
# Collect the nodes in @pytask.mark.julia and validate them.
@@ -190,7 +189,5 @@ def pytask_collect_task(
190189
def _parse_stata_mark(mark: Mark) -> Mark:
191190
"""Parse a Stata mark."""
192191
script, options = stata(**mark.kwargs)
193-
194192
parsed_kwargs = {"script": script or None, "options": options or []}
195-
196193
return Mark("stata", (), parsed_kwargs)

0 commit comments

Comments
 (0)