From 89069c9d0f5872371e2abad59eebcfd9a9d59b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Mon, 28 Mar 2022 00:55:18 +0000 Subject: [PATCH] typo --- api/kiwi_vpn_api/db_new/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/kiwi_vpn_api/db_new/device.py b/api/kiwi_vpn_api/db_new/device.py index c493ebb..1357ab3 100644 --- a/api/kiwi_vpn_api/db_new/device.py +++ b/api/kiwi_vpn_api/db_new/device.py @@ -22,7 +22,7 @@ class DeviceCreate(DeviceBase): owner_name: str | None -class Device(DeviceBase, table=True, ): +class Device(DeviceBase, table=True): __table_args__ = (UniqueConstraint( "owner_name", "name",