Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Jan 11, 2024
1 parent 92f2216 commit 3ad93d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcribe_anything/cuda_available.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

import sys
import torch # pylint: disable
import torch # pylint: disable=import-error

def main() -> int:
"""Returns 0 if cuda is available, 1 otherwise."""
Expand Down

0 comments on commit 3ad93d0

Please sign in to comment.