Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Sep 3, 2023
1 parent 0130b70 commit 5699b18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gpt2anki/sources/hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def __init__(self, api_key: str, username: str):
self.username: str = username

def get_highlights_since_date(
self, date: dt.datetime,
self,
date: dt.datetime,
) -> tuple[OrphanHighlight, ...]:
request_spec = SearchRequest(search_after=date, username=self.username)

Expand Down

0 comments on commit 5699b18

Please sign in to comment.