Skip to content

Commit

Permalink
Remove example command, not needed (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-git authored Dec 6, 2024
1 parent 9b5fcdc commit a61838b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/test_krec_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

"""Usage:
python examples/test_krec_read.py --krec_file /path/to/krec/file
python examples/test_krec_read.py --krec_file /home/kasm-user/ali_repos/kmodel/data/datasets/krec_data/nov_29__8_37_pm_krec_w_mkv_w_states/recording_20241125_184810_c249e9f6-4ebf-48c7-b8ea-4aaad721a4f8_edited.krec.mkv
"""

def get_krec_file_type(file_path: str) -> str:
Expand Down Expand Up @@ -76,4 +74,4 @@ def main(args: argparse.Namespace) -> None:
help="Path to KRec file to read",
)
args = parser.parse_args()
main(args)
main(args)

0 comments on commit a61838b

Please sign in to comment.