Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGeng committed Oct 23, 2024
1 parent b08526c commit 4f25f71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions audpsychometric/core/gold_standard.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

from __future__ import annotations

from collections.abc import Callable
from collections.abc import Sequence

import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions audpsychometric/core/reliability.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

from __future__ import annotations

from collections.abc import Callable
from collections.abc import Sequence

import numpy as np
Expand Down

0 comments on commit 4f25f71

Please sign in to comment.