Skip to content

Commit 2549551

Browse files
committed
format
1 parent 0a201c6 commit 2549551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddlenlp/peft/lora/lora_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414

1515
import json
16-
import os
1716
import math
17+
import os
1818
from dataclasses import asdict, dataclass, field
1919
from typing import List, Optional, Union
2020

0 commit comments

Comments
 (0)