Skip to content

Commit

Permalink
fix sonarlint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Jul 30, 2023
1 parent dd6db49 commit c91981d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/helper/ffprobe.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ def is_video(self: Self) -> bool:
"""
return len(self.video_streams()) != 0

return False

def audio_streams(self: Self) -> list[FFprobeStream]:
"""
Get all audio streams
Expand Down

0 comments on commit c91981d

Please sign in to comment.