Skip to content

Commit 6e4f7f9

Browse files
committed
Fix the import ordering for tomllib
1 parent ee1a641 commit 6e4f7f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bugbug/test_scheduling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import shelve
1414
import shutil
1515
import struct
16+
import tomllib
1617
from datetime import datetime
1718
from pathlib import Path
1819
from typing import (
@@ -28,7 +29,6 @@
2829
cast,
2930
)
3031

31-
import tomllib
3232
from tqdm import tqdm
3333

3434
from bugbug import db, repository

0 commit comments

Comments
 (0)