From 6734976d9bceb16b2071b2aefa59fe01d9c5a89a Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 08:48:33 +0000 Subject: [PATCH] chore: remove unused math import in references/script.py Co-authored-by: manupawickramasinghe <73810867+manupawickramasinghe@users.noreply.github.com> --- references/script.py | 1 - 1 file changed, 1 deletion(-) diff --git a/references/script.py b/references/script.py index 7b423d9037..117a01d4b1 100644 --- a/references/script.py +++ b/references/script.py @@ -5,7 +5,6 @@ import torch.nn as nn import torch.nn.functional as F import numpy as np -import math from typing import Dict, List, Tuple, Optional from collections import OrderedDict