remove unused Path import

This commit is contained in:
Tsvika Shapira 2025-12-27 17:52:10 +02:00
parent b74444625c
commit fe947eaa09

View File

@ -5,7 +5,6 @@ import os
import re
import json
import logging
from pathlib import Path
import torch
from nanochat.common import get_base_dir