Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Oct 25, 2023
1 parent b4b6fb4 commit 595720f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/unshard.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from concurrent.futures import ThreadPoolExecutor
from functools import reduce
from pathlib import Path
from typing import Any, Dict, List, Tuple, Union, cast, Set, Optional
from typing import Any, Dict, List, Optional, Set, Tuple, Union, cast

import numpy as np
import torch
Expand Down

0 comments on commit 595720f

Please sign in to comment.