formatting

This commit is contained in:
evilchili
2024-04-20 20:35:24 -07:00
parent 412efe2aec
commit a9593e83a2
7 changed files with 13 additions and 6 deletions
+1
View File
@@ -23,6 +23,7 @@ class BaseObject(_BaseObject):
"""
Allows for iterating over Model objects' column names and values
"""
__abstract__ = True
def __iter__(self):