@@ -467,8 +467,7 @@ def __call__(
467467 stream : Optional [bool ] = False ,
468468 * args ,
469469 ** kwargs ,
470- ) -> Union [ValidationOutcome [OT ], Iterable [ValidationOutcome [OT ]]]:
471- ...
470+ ) -> Union [ValidationOutcome [OT ], Iterable [ValidationOutcome [OT ]]]: ...
472471
473472 @overload
474473 def __call__ (
@@ -483,8 +482,7 @@ def __call__(
483482 full_schema_reask : Optional [bool ] = None ,
484483 * args ,
485484 ** kwargs ,
486- ) -> Awaitable [ValidationOutcome [OT ]]:
487- ...
485+ ) -> Awaitable [ValidationOutcome [OT ]]: ...
488486
489487 def __call__ (
490488 self ,
@@ -811,8 +809,7 @@ def parse(
811809 full_schema_reask : Optional [bool ] = None ,
812810 * args ,
813811 ** kwargs ,
814- ) -> ValidationOutcome [OT ]:
815- ...
812+ ) -> ValidationOutcome [OT ]: ...
816813
817814 @overload
818815 def parse (
@@ -825,8 +822,7 @@ def parse(
825822 full_schema_reask : Optional [bool ] = None ,
826823 * args ,
827824 ** kwargs ,
828- ) -> Awaitable [ValidationOutcome [OT ]]:
829- ...
825+ ) -> Awaitable [ValidationOutcome [OT ]]: ...
830826
831827 @overload
832828 def parse (
@@ -839,8 +835,7 @@ def parse(
839835 full_schema_reask : Optional [bool ] = None ,
840836 * args ,
841837 ** kwargs ,
842- ) -> ValidationOutcome [OT ]:
843- ...
838+ ) -> ValidationOutcome [OT ]: ...
844839
845840 def parse (
846841 self ,
@@ -1194,14 +1189,12 @@ def __add_validator(self, validator: Validator, on: str = "output"):
11941189 )
11951190
11961191 @overload
1197- def use (self , validator : Validator , * , on : str = "output" ) -> "Guard" :
1198- ...
1192+ def use (self , validator : Validator , * , on : str = "output" ) -> "Guard" : ...
11991193
12001194 @overload
12011195 def use (
12021196 self , validator : Type [Validator ], * args , on : str = "output" , ** kwargs
1203- ) -> "Guard" :
1204- ...
1197+ ) -> "Guard" : ...
12051198
12061199 def use (
12071200 self ,
@@ -1227,8 +1220,7 @@ def use(
12271220 return self
12281221
12291222 @overload
1230- def use_many (self , * validators : Validator , on : str = "output" ) -> "Guard" :
1231- ...
1223+ def use_many (self , * validators : Validator , on : str = "output" ) -> "Guard" : ...
12321224
12331225 @overload
12341226 def use_many (
@@ -1239,8 +1231,7 @@ def use_many(
12391231 Optional [Dict [str , Any ]],
12401232 ],
12411233 on : str = "output" ,
1242- ) -> "Guard" :
1243- ...
1234+ ) -> "Guard" : ...
12441235
12451236 def use_many (
12461237 self ,
0 commit comments