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 ( import (
"errors" "errors"
"fmt"
"math" "math"
"strconv" "strconv"
"strings" "strings"