Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aazw committed Jan 13, 2025
1 parent dbbfc54 commit 9ac6960
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions python/apps/create_duckdb_persistent_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,6 @@
# https://kdotdev.com/kdotdev/python-typed-dict
# https://qiita.com/simonritchie/items/63218b0a5c4a3d3632a1
class RFCEntry(TypedDict):
# doc_id: str
# title: str
# author: list[dict]
# date: dict
# format: Optional[list[str]]
# page_count: str
# keywords: Optional[List[str]]
# is_also: Optional[List[str]]
# obsoletes: Optional[List[str]]
# obsoleted_by: Optional[List[str]]
# updates: Optional[List[str]]
# updated_by: Optional[List[str]]
# see_also: Optional[List[str]]
# references: Optional[List[str]]
# referenced_by: Optional[List[str]]
# see_also: Optional[List[str]]
# abstract: str
# draft: str
# current_status: str
# publication_status: str
# stream: str
# errata_url: str
# area: str
# wg_acronym: str
# doi: str
doc_id: str
title: str
author: list[dict]
Expand Down

0 comments on commit 9ac6960

Please sign in to comment.