Clean up Module 05: Remove unused sys and os imports

This commit is contained in:
Vijay Janapa Reddi
2025-11-19 08:54:00 -05:00
parent 2528ed555c
commit e22a76963f

View File

@@ -64,8 +64,6 @@ Let's build the gradient engine that makes neural networks learn! 🚀
import numpy as np
from typing import Optional, List, Tuple
import sys
import os
from tinytorch.core.tensor import Tensor