Skip to content

Commit e274cad

Browse files
committed
Merge branch 'main' into layout-micro-ops
2 parents b8ca0ac + f28764e commit e274cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/_resolve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def resolve(
7070

7171
fraction_gutter = Fraction(gutter)
7272
offsets = [0] + [
73-
int(fraction)
73+
fraction.__int__()
7474
for fraction in accumulate(
7575
value
7676
for fraction in resolved_fractions

0 commit comments

Comments
 (0)