aboutsummaryrefslogtreecommitdiff
path: root/app/schemas/links_schemas.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-10 16:36:16 -0600
committerParker <contact@pkrm.dev>2024-11-10 16:36:16 -0600
commit691aa744a0398f185b3ca98a36fbd83806c7786c (patch)
tree7840f31c30bb6eda903abd6bbf4dbfb2ac590966 /app/schemas/links_schemas.py
parent8941213c8d94f3ad84e07e467e78105dc7fed734 (diff)
TOO MUCH STUFF
Diffstat (limited to 'app/schemas/links_schemas.py')
-rw-r--r--app/schemas/links_schemas.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/schemas/links_schemas.py b/app/schemas/links_schemas.py
deleted file mode 100644
index e2812fb..0000000
--- a/app/schemas/links_schemas.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from pydantic import BaseModel
-
-
-class URLSchema(BaseModel):
- url: str