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

Commit 615a283

Browse files
committed
Trigger autoformatters
1 parent d1acebb commit 615a283

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

automation/issues.py

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

6-
import httpx
75
from markdown_it import MarkdownIt
86
from markdown_it.tree import SyntaxTreeNode
7+
import httpx
8+
9+
from typing import Generator
910

1011

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

0 commit comments

Comments
 (0)