Remove unused imports
This commit is contained in:
parent
5a83cd7d3b
commit
cd03486a25
1 changed files with 2 additions and 4 deletions
|
@ -2,11 +2,9 @@ import base64
|
|||
import re
|
||||
import urwid
|
||||
|
||||
from functools import lru_cache, reduce
|
||||
from functools import reduce
|
||||
from html.parser import HTMLParser
|
||||
from typing import List, Optional
|
||||
|
||||
from toot import settings
|
||||
from typing import List
|
||||
|
||||
HASHTAG_PATTERN = re.compile(r'(?<!\w)(#\w+)\b')
|
||||
|
||||
|
|
Loading…
Reference in a new issue