Skip to content
Snippets Groups Projects
Commit d63271a9 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Fix missing import

parent 01fa869b
No related branches found
No related tags found
No related merge requests found
Pipeline #26063 passed
...@@ -6,6 +6,7 @@ import glob ...@@ -6,6 +6,7 @@ import glob
import logging import logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
import yaml
import click import click
import pkg_resources import pkg_resources
from click_plugins import with_plugins from click_plugins import with_plugins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment