Skip to content

Commit d9ae49d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2686e16 commit d9ae49d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pytask_stata/execute.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
"""Execute tasks."""
22
from __future__ import annotations
3-
from pathlib import Path
43

54
import re
5+
from pathlib import Path
66

77
from pytask import has_mark
88
from pytask import hookimpl
99
from pytask import PTask
10-
from pytask import Session, PTaskWithPath
10+
from pytask import PTaskWithPath
11+
from pytask import Session
1112
from pytask_stata.shared import convert_task_id_to_name_of_log_file
1213
from pytask_stata.shared import STATA_COMMANDS
1314

0 commit comments

Comments
 (0)