Skip to content

Commit

Permalink
From __future__ import annotations in prep/frame_classification/sourc…
Browse files Browse the repository at this point in the history
…e_files.py and add module-level docstring
  • Loading branch information
NickleDave committed Oct 12, 2023
1 parent 1f017ac commit aac5960
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/vak/prep/frame_classification/source_files.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""Get source files for a dataset, or make them.
Gets either audio or spectrogram files from ``data dir``,
possibly paired with annotation files."""
from __future__ import annotations

import logging
import pathlib

Expand Down

0 comments on commit aac5960

Please sign in to comment.