~homeworkprod/byceps

73436217901d6fcfaaecf7c4e2d4c61e78754798 — Jochen Kupperschmidt 9 months ago a6979b6
Reformat according to Ruff 0.3.0
1 files changed, 1 insertions(+), 2 deletions(-)

M byceps/util/result.py
M byceps/util/result.py => byceps/util/result.py +1 -2
@@ 99,5 99,4 @@ class Err(Generic[E]):
Result = Ok[T] | Err[E]


class UnwrapError(Exception):
    ...
class UnwrapError(Exception): ...