@@ -250,8 +250,7 @@ def create(
250250 fcs_file : Optional [str ] = None ,
251251 create_population : Literal [True ] = True ,
252252 parent_population_id : Optional [str ] = None ,
253- ) -> Tuple [RectangleGate , Population ]:
254- ...
253+ ) -> Tuple [RectangleGate , Population ]: ...
255254
256255 @overload
257256 @classmethod
@@ -272,8 +271,7 @@ def create(
272271 fcs_file_id : Optional [str ] = None ,
273272 fcs_file : Optional [str ] = None ,
274273 create_population : Literal [False ] = False ,
275- ) -> RectangleGate :
276- ...
274+ ) -> RectangleGate : ...
277275
278276 @classmethod
279277 def create (
@@ -418,8 +416,7 @@ def create(
418416 fcs_file : Optional [str ] = None ,
419417 create_population : Literal [True ] = True ,
420418 parent_population_id : Optional [str ] = None , # TODO Ungated
421- ) -> Tuple [PolygonGate , Population ]:
422- ...
419+ ) -> Tuple [PolygonGate , Population ]: ...
423420
424421 @overload
425422 @classmethod
@@ -437,8 +434,7 @@ def create(
437434 fcs_file_id : Optional [str ] = None ,
438435 fcs_file : Optional [str ] = None ,
439436 create_population : Literal [False ] = False ,
440- ) -> PolygonGate :
441- ...
437+ ) -> PolygonGate : ...
442438
443439 @classmethod
444440 def create (
@@ -571,8 +567,7 @@ def create(
571567 fcs_file : Optional [str ] = None ,
572568 create_population : Literal [True ] = True ,
573569 parent_population_id : Optional [str ] = None , # TODO Ungated
574- ) -> Tuple [EllipseGate , Population ]:
575- ...
570+ ) -> Tuple [EllipseGate , Population ]: ...
576571
577572 @overload
578573 @classmethod
@@ -593,8 +588,7 @@ def create(
593588 fcs_file_id : Optional [str ] = None ,
594589 fcs_file : Optional [str ] = None ,
595590 create_population : Literal [False ] = False ,
596- ) -> EllipseGate :
597- ...
591+ ) -> EllipseGate : ...
598592
599593 @classmethod
600594 def create (
@@ -751,8 +745,7 @@ def create(
751745 fcs_file : Optional [str ] = None ,
752746 create_population : Literal [True ] = True ,
753747 parent_population_id : Optional [str ] = None ,
754- ) -> Tuple [RangeGate , Population ]:
755- ...
748+ ) -> Tuple [RangeGate , Population ]: ...
756749
757750 @overload
758751 @classmethod
@@ -771,8 +764,7 @@ def create(
771764 fcs_file_id : Optional [str ] = None ,
772765 fcs_file : Optional [str ] = None ,
773766 create_population : Literal [False ] = False ,
774- ) -> RangeGate :
775- ...
767+ ) -> RangeGate : ...
776768
777769 @classmethod
778770 def create (
@@ -915,8 +907,7 @@ def create(
915907 fcs_file : Optional [str ] = None ,
916908 create_population : Literal [True ] = True ,
917909 parent_population_id : Optional [str ] = None , # TODO Ungated
918- ) -> Tuple [QuadrantGate , List [Population ]]:
919- ...
910+ ) -> Tuple [QuadrantGate , List [Population ]]: ...
920911
921912 @overload
922913 @classmethod
@@ -938,8 +929,7 @@ def create(
938929 fcs_file_id : Optional [str ] = None ,
939930 fcs_file : Optional [str ] = None ,
940931 create_population : Literal [False ] = False ,
941- ) -> QuadrantGate :
942- ...
932+ ) -> QuadrantGate : ...
943933
944934 @classmethod
945935 def create (
@@ -1134,8 +1124,7 @@ def create(
11341124 fcs_file : Optional [str ] = None ,
11351125 create_population : Literal [True ] = True ,
11361126 parent_population_id : Optional [str ] = None , # TODO Ungated
1137- ) -> Tuple [SplitGate , List [Population ]]:
1138- ...
1127+ ) -> Tuple [SplitGate , List [Population ]]: ...
11391128
11401129 @overload
11411130 @classmethod
@@ -1154,8 +1143,7 @@ def create(
11541143 fcs_file_id : Optional [str ] = None ,
11551144 fcs_file : Optional [str ] = None ,
11561145 create_population : Literal [False ] = False ,
1157- ) -> SplitGate :
1158- ...
1146+ ) -> SplitGate : ...
11591147
11601148 @classmethod
11611149 def create (
0 commit comments