Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit 6844ccb

Browse files
committed
Autoformat
Files changed:\nM automation/issues.py
1 parent 16426f0 commit 6844ccb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

automation/issues.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import datetime
22
import re
33
from collections import defaultdict
4+
from typing import Generator
45

6+
import httpx
57
from markdown_it import MarkdownIt
68
from markdown_it.tree import SyntaxTreeNode
7-
import httpx
8-
9-
from typing import Generator
109

1110

1211
def get_issue(issue_id: str) -> dict[str, str]:

0 commit comments

Comments
 (0)