Skip to content

Commit 325b54d

Browse files
committed
Remove docstring that is causing E501 Line too long (90 > 88)
1 parent e201e76 commit 325b54d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tap_github/repository_streams.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,6 @@ class ReviewCommentsStream(GitHubRestStream):
16731673
).to_dict()
16741674

16751675
def get_child_context(self, record: dict, context: Context | None) -> dict:
1676-
"""Return a child context object from the record and optional provided context."""
16771676
return {
16781677
"org": context["org"] if context else None,
16791678
"repo": context["repo"] if context else None,

0 commit comments

Comments
 (0)