Missing import causing `pegleg type list` to not work

This commit adds a missing import that is needed for `pegleg type list`
to work properly

Change-Id: I625288db45072f99a460778c21f906f30f9adbc5
This commit is contained in:
Rick Bartra 2018-10-09 16:45:11 -04:00
parent ada7bd799c
commit 4172dc94e1
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@
from . import lint
from . import repository
from . import site
from . import type