Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
remove unused attribute on Base
Browse files Browse the repository at this point in the history
  • Loading branch information
circuitsacul committed Sep 26, 2022
1 parent b8d1645 commit 0b97016
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion detaorm/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def __init_subclass__(cls, name: str | None = None) -> None:

def __init__(self, **values: object) -> None:
self.raw = values
self._updates: dict[str, object] = {}

def _with_defaults(self) -> dict[str, object]:
dct = self._defaults.copy()
Expand Down

0 comments on commit 0b97016

Please sign in to comment.