We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc72b9 commit a96eda6Copy full SHA for a96eda6
promnesia_sean/sources/browsing.py
@@ -10,7 +10,6 @@
10
def index() -> Results:
11
from my.browser.all import history
12
13
- # TODO: expose a better locator from browserexport?
14
for v in history():
15
desc = None
16
if v.metadata is not None:
0 commit comments