Skip to content

Commit

Permalink
chore: Remove hidden repl command (meltano#7492)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDaSilva committed Apr 5, 2023
1 parent 6c39412 commit 658444f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
2 changes: 0 additions & 2 deletions src/meltano/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
job,
lock,
remove,
repl,
run,
schedule,
schema,
Expand Down Expand Up @@ -52,7 +51,6 @@
cli.add_command(invoke.invoke)
cli.add_command(lock.lock)
cli.add_command(remove.remove)
cli.add_command(repl.repl)
cli.add_command(schedule.schedule)
cli.add_command(schema.schema)
cli.add_command(select.select)
Expand Down
46 changes: 0 additions & 46 deletions src/meltano/cli/repl.py

This file was deleted.

0 comments on commit 658444f

Please sign in to comment.