Skip to content

Commit

Permalink
fixed align issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasHeOl committed Sep 21, 2023
1 parent ff7c1e4 commit 15d7d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ablang/pretrained_utils/extra_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_max_alignment():

sortlist = [[("<", "")]]
for num in range(1, 128+1):
if num==112:
if num in [33,61,112]:
for char in string.ascii_uppercase[::-1]:
sortlist.append([(num, char)])

Expand Down

0 comments on commit 15d7d69

Please sign in to comment.