-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Helps ensure self.con is of type SQLite connection whenever it is used, and allows us to remove redundant type assertions, e.g.
if not hasattr(self, "con") or self.con is None:
return
See discussion in #49.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request