diff options
Diffstat (limited to 'cli/__init__.py')
| -rw-r--r-- | cli/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/__init__.py b/cli/__init__.py index e7d137f..c7e4900 100644 --- a/cli/__init__.py +++ b/cli/__init__.py @@ -9,8 +9,8 @@ __all__ = [cli, build, serve] # ugly workaround to avoid build failures in Python 3.8 if "NETLIFY" not in os.environ: - from .clean import clean + from .validate import validate from .ghpr import ghpr from .scan import scan - __all__ += [clean, ghpr, scan] + __all__ += [validate, ghpr, scan] |
