From 7117ed61a48f91ff8d4d8cab838c5c628982d46c Mon Sep 17 00:00:00 2001 From: administrator Date: Thu, 22 Feb 2024 17:21:10 +0800 Subject: [PATCH] Delete app/client.py --- app/client.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 app/client.py diff --git a/app/client.py b/app/client.py deleted file mode 100644 index 812dc3c..0000000 --- a/app/client.py +++ /dev/null @@ -1,6 +0,0 @@ -from typing import NewType, TypedDict - -UserID = NewType("UserID", int) -class User(TypedDict): - userId: UserID - name: str \ No newline at end of file