Skip to content

Commit a0cf146

Browse files
committed
chore: Run black
1 parent 8d03a0c commit a0cf146

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/libtmux/_compat.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def reraise(
2121
value: BaseException,
2222
tb: types.TracebackType,
2323
) -> t.NoReturn:
24-
2524
if value.__traceback__ is not tb:
2625
raise (value.with_traceback(tb))
2726
raise value

src/libtmux/_vendor/version.py

-2
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ def micro(self) -> int:
453453
def _parse_letter_version(
454454
letter: str, number: Union[str, bytes, SupportsInt]
455455
) -> Optional[Tuple[str, int]]:
456-
457456
if letter:
458457
# We consider there to be an implicit 0 in a pre-release if there is
459458
# not a numeral associated with it.
@@ -509,7 +508,6 @@ def _cmpkey(
509508
dev: Optional[Tuple[str, int]],
510509
local: Optional[Tuple[SubLocalType]],
511510
) -> CmpKey:
512-
513511
# When we compare a release version, we want to compare it with all of the
514512
# trailing zeros removed. So we'll use a reverse the list, drop all the now
515513
# leading zeros until we come to something non zero, then take the rest

0 commit comments

Comments
 (0)