add optional import
This commit is contained in:
parent
e3258c62fd
commit
e097f0232d
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ from pkg_resources import *
|
|||
from python_terraform import *
|
||||
from .python_util import filter_none
|
||||
from .devops_build import DevopsBuild, create_devops_build_config
|
||||
from typing import Optional
|
||||
import sys
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue