Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VladOS95-cyber committed Nov 7, 2024
1 parent 71ac894 commit 98810a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/modeling_gguf_pytorch_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

import re
from typing import Dict, Optional, NamedTuple
from typing import Dict, NamedTuple, Optional

import numpy as np
from tqdm import tqdm
Expand Down

0 comments on commit 98810a3

Please sign in to comment.