Fmt.
This commit is contained in:
parent
dea064ff13
commit
3bedbf7f05
28 changed files with 195 additions and 57 deletions
tools/python
|
@ -4,7 +4,10 @@ Validate 3rdparty library licenses as approved.
|
|||
|
||||
import re
|
||||
|
||||
from pkg_resources import DistInfoDistribution, working_set
|
||||
from pkg_resources import (
|
||||
DistInfoDistribution,
|
||||
working_set,
|
||||
)
|
||||
import pytest
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue