Skip to content

Commit 46065d4

Browse files
organize imports
1 parent 747b3e5 commit 46065d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/models/modernbert/modular_modernbert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
from contextlib import nullcontext
1716
import math
17+
from contextlib import nullcontext
1818
from typing import Dict, Literal, Optional, Tuple, Union
1919

2020
import torch

0 commit comments

Comments
 (0)