Skip to content

Commit

Permalink
pleasing linter
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Aug 25, 2024
1 parent e00dedc commit 3ad2b72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check-dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
required = 0
optional = 0


def versiontuple(v):
return tuple(map(int, (v.split("."))))


# Test for whisper
try:
import whisper
Expand Down

0 comments on commit 3ad2b72

Please sign in to comment.