home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 896154028

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/sqlite-utils/pull/312#issuecomment-896154028 https://api.github.com/repos/simonw/sqlite-utils/issues/312 896154028 IC_kwDOCGYnMM41ajms 9599 2021-08-10T17:01:06Z 2021-08-10T17:01:06Z OWNER On Python 3.6: ``` sqlite_utils/db.py:366: in Database def tables(self) -> List[Table]: E NameError: name 'Table' is not defined ``` Python 3.7 can fix this with `from __future__ import annotations` but since we still support 3.6 I'll have to use a string instead. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 965143346  
Powered by Datasette · Queries took 1.338ms