Skip to content

Commit

Permalink
fix an import
Browse files Browse the repository at this point in the history
  • Loading branch information
tarohi24 committed May 27, 2024
1 parent 103d56d commit 2887906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slide_generation/fetch_issues.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import dataclasses
from dataclasses import dataclass
import requests
import re
import os
Expand Down Expand Up @@ -46,7 +46,7 @@
MD_HEADER_PATTERN = r'(?P<level>#+) (?P<text>.+)'


@dataclasses
@dataclass
class MarkdownSection:
header: str
body: str
Expand Down

0 comments on commit 2887906

Please sign in to comment.