From 042c6e0b648c8126e7d97a5c10c37306dd11b697 Mon Sep 17 00:00:00 2001 From: Ephraim Date: Tue, 17 Dec 2024 10:57:34 +0200 Subject: [PATCH] static: test changes to python file --- sefaria/model/abstract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sefaria/model/abstract.py b/sefaria/model/abstract.py index 1195b086be..54edeb0ffd 100644 --- a/sefaria/model/abstract.py +++ b/sefaria/model/abstract.py @@ -25,6 +25,7 @@ class AbstractMongoRecord(object): """ AbstractMongoRecord - superclass of classes representing mongo records. "collection" attribute is set on subclass + What happens if we make a change to a python file??? """ collection = None # name of MongoDB collection id_field = "_id" # Mongo ID field