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.
2 parents b8ca0ac + f28764e commit e274cadCopy full SHA for e274cad
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