isort test

This commit is contained in:
jbannon 2022-04-29 06:34:13 +00:00
parent 69fb7990d8
commit cd724aa3d5
2 changed files with 2 additions and 2 deletions

View file

@ -18,6 +18,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[lint]
- name: Analysing the code with pylint
- name: Run linters
run: |
./tools/linter

View file

@ -3,11 +3,11 @@ from abc import ABC
from contextlib import contextmanager
from pathlib import Path
from typing import Dict
from typing import TypeVar
from typing import Generic
from typing import List
from typing import Optional
from typing import Type
from typing import TypeVar
import yt_dlp as ytdl