From aac5960d43c8d0c023648ef42cdc37849e28d877 Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Wed, 11 Oct 2023 20:28:38 -0400 Subject: [PATCH] From __future__ import annotations in prep/frame_classification/source_files.py and add module-level docstring --- src/vak/prep/frame_classification/source_files.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/vak/prep/frame_classification/source_files.py b/src/vak/prep/frame_classification/source_files.py index 6b9fd1333..026f0dade 100644 --- a/src/vak/prep/frame_classification/source_files.py +++ b/src/vak/prep/frame_classification/source_files.py @@ -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