From 043cf63199ece5696747d70dfc85e47d398cd903 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Mon, 11 Jun 2018 11:15:02 +0100 Subject: [PATCH] remove TODO comment, ref #195 --- pydantic/types.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pydantic/types.py b/pydantic/types.py index 74aac9d..48130f6 100644 --- a/pydantic/types.py +++ b/pydantic/types.py @@ -316,6 +316,3 @@ class UUID4(UUID): class UUID5(UUID): _required_version = 5 - - -# TODO, JsonEither, JsonList, JsonDict