Skip to content

Commit

Permalink
Fix upstream linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Oct 19, 2022
1 parent 5d9b7dd commit 24ae60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitgraph/ingestion/singer/commandline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import click

from splitgraph.commandline.common import ImageType
from splitgraph.hooks.data_source.base import make_image_latest, prepare_new_image
from splitgraph.hooks.data_source.base import prepare_new_image


@click.group(name="singer")
Expand Down

0 comments on commit 24ae60a

Please sign in to comment.