Skip to content

Commit

Permalink
remove browserexport todo, see issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbreckenridge committed Nov 25, 2022
1 parent 9dc72b9 commit a96eda6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion promnesia_sean/sources/browsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
def index() -> Results:
from my.browser.all import history

# TODO: expose a better locator from browserexport?
for v in history():
desc = None
if v.metadata is not None:
Expand Down

0 comments on commit a96eda6

Please sign in to comment.