Skip to content

Commit

Permalink
Remove mpeg sucommand
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jun 23, 2024
1 parent 2612980 commit d83c829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 208 deletions.
2 changes: 1 addition & 1 deletion auto_editor/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def main_options(parser: ArgumentParser) -> ArgumentParser:


def main() -> None:
subcommands = ("test", "info", "levels", "subdump", "desc", "repl", "palet", "mpeg")
subcommands = ("test", "info", "levels", "subdump", "desc", "repl", "palet")

if len(sys.argv) > 1 and sys.argv[1] in subcommands:
obj = __import__(
Expand Down
207 changes: 0 additions & 207 deletions auto_editor/subcommands/mpeg.py

This file was deleted.

0 comments on commit d83c829

Please sign in to comment.