We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c083950 commit f28764eCopy full SHA for f28764e
src/textual/_resolve.py
@@ -70,7 +70,7 @@ def resolve(
70
71
fraction_gutter = Fraction(gutter)
72
offsets = [0] + [
73
- int(fraction)
+ fraction.__int__()
74
for fraction in accumulate(
75
value
76
for fraction in resolved_fractions
0 commit comments