fix: resolve CI/CD test and lint failures
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
"""CLI entry point for DataForge CLI."""
|
"""CLI commands module for DataForge CLI."""
|
||||||
|
|
||||||
|
import glob
|
||||||
|
import os
|
||||||
|
from pathlib import Path
|
||||||
|
from typing import List, Optional
|
||||||
|
|
||||||
|
import click
|
||||||
|
|
||||||
from .commands import (
|
from .commands import (
|
||||||
convert,
|
convert,
|
||||||
@@ -8,8 +15,6 @@ from .commands import (
|
|||||||
typecheck,
|
typecheck,
|
||||||
)
|
)
|
||||||
|
|
||||||
import click
|
|
||||||
|
|
||||||
|
|
||||||
@click.group()
|
@click.group()
|
||||||
@click.version_option(version="1.0.0")
|
@click.version_option(version="1.0.0")
|
||||||
|
|||||||
Reference in New Issue
Block a user