Skip to content

Commit 2358ac3

Browse files
dol-senthesamesam
authored andcommitted
merge_driver_ekeyword: black cleanup
Signed-off-by: Brian Dolbec <[email protected]> Part-of: #60 Signed-off-by: Sam James <[email protected]>
1 parent 31df36b commit 2358ac3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pym/gentoolkit/merge_driver_ekeyword/merge_driver_ekeyword.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
from gentoolkit.ekeyword import ekeyword
2222

23-
2423
KeywordChanges = list[tuple[Optional[list[str]], Optional[list[str]]]]
2524

2625

pym/gentoolkit/merge_driver_ekeyword/test_merge_driver_ekeyword.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
from gentoolkit.merge_driver_ekeyword import merge_driver_ekeyword
1515

16-
1716
TESTDIR = pathlib.Path(__file__).parent / "tests"
1817
TESTDIRS = [os.path.dirname(x) for x in TESTDIR.rglob("common-ancestor.ebuild")]
1918
TESTDATA = itertools.product(TESTDIRS, (False, True))

0 commit comments

Comments
 (0)