Skip to content

Commit 198053f

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dvc/ignore.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def __init__(self, pattern_list, dirname, sep):
2727
from pathspec.patterns.gitwildmatch import _DIR_MARK
2828

2929
if pattern_list and isinstance(pattern_list[0], str):
30-
pattern_list = [
31-
PatternInfo(pattern, "") for pattern in pattern_list
32-
]
30+
pattern_list = [
31+
PatternInfo(pattern, "") for pattern in pattern_list
32+
]
3333

3434
self.sep = sep
3535
self.pattern_list = pattern_list

0 commit comments

Comments
 (0)