Skip to content

Commit

Permalink
Remove old enum import
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorIsAJitterbug committed Apr 25, 2024
1 parent 9b9b90b commit ef8d8d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tbc_video_export/opts/opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
ChromaDecoder,
FieldOrder,
HardwareAccelType,
ProfileVideoType,
VideoFormatType,
VideoSystem,
)
Expand Down Expand Up @@ -114,7 +113,6 @@ class Opts(argparse.Namespace):
append_other_filter: str | None

hwaccel_type: HardwareAccelType | None
video_profile: ProfileVideoType | None
video_format: VideoFormatType | None
video_bitdepth: int | None
audio_profile: str | None
Expand Down

0 comments on commit ef8d8d9

Please sign in to comment.