This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/trunk by this push:
new efd36eb fix reference to asfpy.db.DB class
efd36eb is described below
commit efd36eb751e91f7dd02f16d7d8ea86021cdb4ed1
Author: Greg Stein <[email protected]>
AuthorDate: Tue Sep 30 15:13:55 2025 -0500
fix reference to asfpy.db.DB class
---
pylintrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pylintrc b/pylintrc
index e6a11ac..153f26a 100644
--- a/pylintrc
+++ b/pylintrc
@@ -223,7 +223,7 @@ ignore-on-opaque-inference=yes
# Suppresses the E1101: no-member lint error, for these classes.
ignored-classes=
optparse.Values,thread._local,_thread._local,xml.parsers.expat,
- easydict.EasyDict,asfpy.DB
+ easydict.EasyDict,asfpy.db.DB
# List of module names for which member attributes should not be checked
# (useful for modules/projects where namespaces are manipulated during runtime