From 31299ba14755090f5148ea4b688594fb577a660d Mon Sep 17 00:00:00 2001 From: jhaddixcodes Date: Sat, 11 Apr 2026 18:06:14 -0700 Subject: [PATCH] add spaces between sections in docstrings to ensure linting passes --- qbreader/asynchronous.py | 1 + qbreader/synchronous.py | 1 + 2 files changed, 2 insertions(+) diff --git a/qbreader/asynchronous.py b/qbreader/asynchronous.py index 5907514..ae9bb21 100644 --- a/qbreader/asynchronous.py +++ b/qbreader/asynchronous.py @@ -133,6 +133,7 @@ class type. The earliest year to search. max_year : int, default = Year.CURRENT_YEAR The latest year to search. + Returns ------- QueryResponse diff --git a/qbreader/synchronous.py b/qbreader/synchronous.py index bec6e9f..9731ad7 100644 --- a/qbreader/synchronous.py +++ b/qbreader/synchronous.py @@ -98,6 +98,7 @@ class type. The earliest year to search. max_year : int, default = Year.CURRENT_YEAR The latest year to search. + Returns ------- QueryResponse