Skip to content

Commit

Permalink
import order
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeras91 committed Apr 16, 2024
1 parent 1e87c88 commit ae7f7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/jamba/modeling_jamba.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
""" PyTorch Jamba model."""
import inspect
import math
from typing import Any, Dict, Optional, Tuple, Union, List
from typing import Any, Dict, List, Optional, Tuple, Union

import torch
import torch.nn.functional as F
Expand Down

0 comments on commit ae7f7fb

Please sign in to comment.