This commit is contained in:
Reid 'arrdem' McKenzie 2021-09-19 18:05:22 -06:00
commit 3bedbf7f05
28 changed files with 195 additions and 57 deletions
tools/python

View file

@ -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