Skip to content

Commit cd29ce8

Browse files
committed
auto: code formatting
1 parent 70d466f commit cd29ce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xapps2/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import asyncio
44
import logging
5-
import re
65
from typing import Coroutine, List, Optional
76

87
import yaml

xapps2/nikgappsdl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
__all__ = ["get_nikgapps"]
22

3-
from typing import Iterator, Literal, Optional
43
import re
4+
from typing import Iterator, Literal, Optional
5+
56
import feedparser
67

78

0 commit comments

Comments
 (0)