Skip to content

Commit d1b2573

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

File tree

1 file changed

+1
-1
lines changed
  • dvc/repo/experiments/executor

1 file changed

+1
-1
lines changed

dvc/repo/experiments/executor/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from itertools import chain
1010
from typing import TYPE_CHECKING, Any, Callable, NamedTuple, Optional, Union
1111

12-
from funcy import nullcontext
1312
import funcy
13+
from funcy import nullcontext
1414
from scmrepo.exceptions import SCMError
1515

1616
from dvc.env import DVC_EXP_AUTO_PUSH, DVC_EXP_GIT_REMOTE

0 commit comments

Comments
 (0)