@@ -250,8 +250,7 @@ def create(
250
250
fcs_file : Optional [str ] = None ,
251
251
create_population : Literal [True ] = True ,
252
252
parent_population_id : Optional [str ] = None ,
253
- ) -> Tuple [RectangleGate , Population ]:
254
- ...
253
+ ) -> Tuple [RectangleGate , Population ]: ...
255
254
256
255
@overload
257
256
@classmethod
@@ -272,8 +271,7 @@ def create(
272
271
fcs_file_id : Optional [str ] = None ,
273
272
fcs_file : Optional [str ] = None ,
274
273
create_population : Literal [False ] = False ,
275
- ) -> RectangleGate :
276
- ...
274
+ ) -> RectangleGate : ...
277
275
278
276
@classmethod
279
277
def create (
@@ -418,8 +416,7 @@ def create(
418
416
fcs_file : Optional [str ] = None ,
419
417
create_population : Literal [True ] = True ,
420
418
parent_population_id : Optional [str ] = None , # TODO Ungated
421
- ) -> Tuple [PolygonGate , Population ]:
422
- ...
419
+ ) -> Tuple [PolygonGate , Population ]: ...
423
420
424
421
@overload
425
422
@classmethod
@@ -437,8 +434,7 @@ def create(
437
434
fcs_file_id : Optional [str ] = None ,
438
435
fcs_file : Optional [str ] = None ,
439
436
create_population : Literal [False ] = False ,
440
- ) -> PolygonGate :
441
- ...
437
+ ) -> PolygonGate : ...
442
438
443
439
@classmethod
444
440
def create (
@@ -571,8 +567,7 @@ def create(
571
567
fcs_file : Optional [str ] = None ,
572
568
create_population : Literal [True ] = True ,
573
569
parent_population_id : Optional [str ] = None , # TODO Ungated
574
- ) -> Tuple [EllipseGate , Population ]:
575
- ...
570
+ ) -> Tuple [EllipseGate , Population ]: ...
576
571
577
572
@overload
578
573
@classmethod
@@ -593,8 +588,7 @@ def create(
593
588
fcs_file_id : Optional [str ] = None ,
594
589
fcs_file : Optional [str ] = None ,
595
590
create_population : Literal [False ] = False ,
596
- ) -> EllipseGate :
597
- ...
591
+ ) -> EllipseGate : ...
598
592
599
593
@classmethod
600
594
def create (
@@ -751,8 +745,7 @@ def create(
751
745
fcs_file : Optional [str ] = None ,
752
746
create_population : Literal [True ] = True ,
753
747
parent_population_id : Optional [str ] = None ,
754
- ) -> Tuple [RangeGate , Population ]:
755
- ...
748
+ ) -> Tuple [RangeGate , Population ]: ...
756
749
757
750
@overload
758
751
@classmethod
@@ -771,8 +764,7 @@ def create(
771
764
fcs_file_id : Optional [str ] = None ,
772
765
fcs_file : Optional [str ] = None ,
773
766
create_population : Literal [False ] = False ,
774
- ) -> RangeGate :
775
- ...
767
+ ) -> RangeGate : ...
776
768
777
769
@classmethod
778
770
def create (
@@ -915,8 +907,7 @@ def create(
915
907
fcs_file : Optional [str ] = None ,
916
908
create_population : Literal [True ] = True ,
917
909
parent_population_id : Optional [str ] = None , # TODO Ungated
918
- ) -> Tuple [QuadrantGate , List [Population ]]:
919
- ...
910
+ ) -> Tuple [QuadrantGate , List [Population ]]: ...
920
911
921
912
@overload
922
913
@classmethod
@@ -938,8 +929,7 @@ def create(
938
929
fcs_file_id : Optional [str ] = None ,
939
930
fcs_file : Optional [str ] = None ,
940
931
create_population : Literal [False ] = False ,
941
- ) -> QuadrantGate :
942
- ...
932
+ ) -> QuadrantGate : ...
943
933
944
934
@classmethod
945
935
def create (
@@ -1134,8 +1124,7 @@ def create(
1134
1124
fcs_file : Optional [str ] = None ,
1135
1125
create_population : Literal [True ] = True ,
1136
1126
parent_population_id : Optional [str ] = None , # TODO Ungated
1137
- ) -> Tuple [SplitGate , List [Population ]]:
1138
- ...
1127
+ ) -> Tuple [SplitGate , List [Population ]]: ...
1139
1128
1140
1129
@overload
1141
1130
@classmethod
@@ -1154,8 +1143,7 @@ def create(
1154
1143
fcs_file_id : Optional [str ] = None ,
1155
1144
fcs_file : Optional [str ] = None ,
1156
1145
create_population : Literal [False ] = False ,
1157
- ) -> SplitGate :
1158
- ...
1146
+ ) -> SplitGate : ...
1159
1147
1160
1148
@classmethod
1161
1149
def create (
0 commit comments