Skip to content

Commit

Permalink
correct styling with isort
Browse files Browse the repository at this point in the history
  • Loading branch information
janaab11 committed Jan 3, 2025
1 parent 0f6ac4e commit c88fbd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/diart/console/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
from typing import Optional, Text

import rx.operators as ops
from websocket import WebSocket

from diart import argdoc
from diart import sources as src
from diart import utils
from websocket import WebSocket


def send_audio(ws: WebSocket, source: Text, step: float, sample_rate: int):
Expand Down
1 change: 1 addition & 0 deletions src/diart/console/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from pathlib import Path

import torch

from diart import argdoc
from diart import models as m
from diart import utils
Expand Down

0 comments on commit c88fbd7

Please sign in to comment.