fix(engine): remove unused fmt import

Engine now builds and all CERR + arithmetic tests pass cleanly.
This commit is contained in:
Grok 2026-06-06 14:29:42 +01:00
parent a3ed82c6d9
commit 0af68d45eb

View File

@ -2,7 +2,6 @@ package calc
import (
"errors"
"fmt"
"math"
"strconv"
"strings"