Skip to content

Commit 9c00682

Browse files
committed
remove empty lines
1 parent 6d5df6a commit 9c00682

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/forge/actors/generator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,9 @@ def split_keys(keys):
271271

272272
futures = []
273273
for i, names in enumerate(split_keys(hf_param_names)):
274-
275274
fut = self.weight_fetchers.slice(procs=i).fetch.call_one(
276275
version=version, param_names=names
277276
)
278-
279277
futures.append(fut)
280278

281279
sub_state_dicts = [await fut for fut in futures]

0 commit comments

Comments
 (0)