refactor: upgrade code to Python 3.8
This commit is contained in:
parent
92ac838383
commit
0e1dfaa9ff
8 changed files with 13 additions and 18 deletions
|
@ -1,10 +1,9 @@
|
|||
from pathlib import Path
|
||||
from subprocess import CalledProcessError, check_output, run
|
||||
from time import sleep
|
||||
from typing import Any, Optional, Tuple
|
||||
from typing import Any, Literal, Optional, Tuple
|
||||
|
||||
from loguru import logger
|
||||
from typing_extensions import Literal
|
||||
|
||||
from ..version import parse_liquidsoap_version
|
||||
from ._connection import LiquidsoapConnection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue