From 0ecf7b6617cfeb4bd392641b2bec3698b4a92719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 17 May 2023 15:33:42 +0800 Subject: [PATCH] Revised the documentation of the "accounting.utils.cast" module. --- src/accounting/utils/cast.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/accounting/utils/cast.py b/src/accounting/utils/cast.py index 9ebfa0a..acdbd84 100644 --- a/src/accounting/utils/cast.py +++ b/src/accounting/utils/cast.py @@ -14,8 +14,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""The utility to cast a SQLAlchemy column into the column type, to avoid -warnings from the IDE. +"""The utilities to cast values into desired types, to avoid IDE warnings. This module should not import any other module from the application.