mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-06 01:31:19 -04:00
Remove unnecessary imports
This commit is contained in:
parent
a3dda3768a
commit
8a6e5984f8
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ import logging
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
from functools import cache
|
from functools import cache
|
||||||
from pprint import pformat, pprint
|
from pprint import pformat
|
||||||
|
|
||||||
from ruamel.yaml import YAML
|
from ruamel.yaml import YAML
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@ from .constants import (
|
||||||
TRACK_FORMAT,
|
TRACK_FORMAT,
|
||||||
)
|
)
|
||||||
from .exceptions import InvalidSourceError
|
from .exceptions import InvalidSourceError
|
||||||
from .utils import safe_get
|
|
||||||
|
|
||||||
yaml = YAML()
|
yaml = YAML()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue