Skip to content

Commit

Permalink
Fix Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlGao4 committed Sep 21, 2023
1 parent 576a5a5 commit 2be8e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demucs/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

from dora.log import fatal
from pathlib import Path
from typing import Optional, Callable, Dict, Tuple, Union, Literal
from typing import Optional, Callable, Dict, Tuple, Union

from .apply import apply_model, _replace_dict
from .audio import AudioFile, convert_audio, save_audio
Expand Down

0 comments on commit 2be8e11

Please sign in to comment.