mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Remove Python 3.9 Pattern typehints
This commit is contained in:
parent
ced8b9a2d0
commit
5f527bc697
2 changed files with 2 additions and 3 deletions
|
|
@ -2,8 +2,7 @@ import os
|
|||
import re
|
||||
from dataclasses import dataclass
|
||||
from pathlib import PurePath
|
||||
from re import Pattern
|
||||
from typing import Awaitable, List, Optional, Set, Union
|
||||
from typing import Awaitable, List, Optional, Pattern, Set, Union
|
||||
from urllib.parse import urljoin
|
||||
|
||||
from bs4 import BeautifulSoup, Tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue