use system tomli

Origin: vendor
Forwarded: not-needed
This commit is contained in:
Scott Kitterman 2021-12-30 09:10:52 -05:00 committed by Lu zhiping
parent 490603f643
commit dc76683af1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import os.path as osp
from pathlib import Path
import re
from .vendor import tomli
import tomli
from .versionno import normalise_version
log = logging.getLogger(__name__)