Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Dec 13, 2024
1 parent 4d204e2 commit 6fa7098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bwapy/libbwapy.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ cdef class BwaOptions:


cdef class BwaOptionsBuilder:
_options: BwaOptions

def __init__(self, options: BwaOptions | None = None) -> None:
self._options: BwaOptions = BwaOptions() if options is None else options

Expand Down

0 comments on commit 6fa7098

Please sign in to comment.