Skip to content

Commit e256e3f

Browse files
committed
ruff
1 parent db5e8a4 commit e256e3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quadint/quad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class QuadraticRing:
7777
D: int
7878
den: int
7979

80-
def __init__(self, D: int, den: Union[None, int] = None) -> None:
80+
def __init__(self, D: int, den: Union[int, None] = None) -> None:
8181
"""Initialize the ring settings"""
8282
self.D = int(D)
8383

0 commit comments

Comments
 (0)