We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d466f commit cd29ce8Copy full SHA for cd29ce8
xapps2/main.py
@@ -2,7 +2,6 @@
2
3
import asyncio
4
import logging
5
-import re
6
from typing import Coroutine, List, Optional
7
8
import yaml
xapps2/nikgappsdl.py
@@ -1,7 +1,8 @@
1
__all__ = ["get_nikgapps"]
-from typing import Iterator, Literal, Optional
import re
+from typing import Iterator, Literal, Optional
+
import feedparser
0 commit comments