From 61ed57ae98ec3808ebbe5efe4b97f69d21f22a1c Mon Sep 17 00:00:00 2001 From: Federico Busetti <729029+febus982@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:40:18 +0000 Subject: [PATCH] Switch back from ABC to protocols --- .idea/misc.xml | 2 +- .idea/sqlalchemy-bind-manager.iml | 3 ++- docs/repository/usage.md | 20 ++++++++++++++- .../_repository/abstract.py | 25 +++---------------- tests/test_interfaces.py | 19 ++++++++++---- 5 files changed, 39 insertions(+), 30 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 31a9dc3..820854d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,7 +4,7 @@