Skip to content

Commit b68f51c

Browse files
chore: Add a ty ignore comment for invalid-argument-type (#283)
Signed-off-by: Edgar Ramírez-Mondragón <[email protected]>
1 parent 1367155 commit b68f51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_socketdev/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class RepoLabels(SocketDevStream):
198198
),
199199
th.Property(
200200
"repository_ids",
201-
th.ArrayType(th.StringType),
201+
th.ArrayType(th.StringType), # ty: ignore[invalid-argument-type]
202202
description="The IDs of repositories this label is associated with",
203203
),
204204
th.Property(

0 commit comments

Comments
 (0)