Skip to content

Commit 73d5e13

Browse files
committed
chore: remove unused typing imports from distributed_data_parallel_config.py
1 parent 43fbb46 commit 73d5e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

megatron/core/distributed/distributed_data_parallel_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.
22

33
from dataclasses import dataclass
4-
from typing import Dict, List, Optional, Tuple
4+
from typing import Optional
55

66

77
@dataclass

0 commit comments

Comments
 (0)