Skip to content

Commit

Permalink
Fix pylint check
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Mar 29, 2024
1 parent 107e925 commit f4ef254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/sandbox/synth.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# pylint: disable=import-error

from os import PathLike
from pathlib import Path
from subprocess import run
Expand Down
3 changes: 2 additions & 1 deletion src/tests/test_remucs.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# pylint: disable=import-error

from dataclasses import dataclass
from pathlib import Path
from typing import List

# pylint: disable=import-error
from test_utils import find, freqs, isless, issame, time, wave

import numpy
Expand Down

0 comments on commit f4ef254

Please sign in to comment.