mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Satisfy pylint a bit
This commit is contained in:
parent
8891041069
commit
ac65b06a8e
2 changed files with 33 additions and 32 deletions
|
|
@ -1,9 +1,9 @@
|
|||
"""Contains a downloader for ILIAS."""
|
||||
|
||||
import datetime
|
||||
from dataclasses import dataclass, field
|
||||
from dataclasses import dataclass
|
||||
from pathlib import Path
|
||||
from typing import Any, Dict, List
|
||||
from typing import List
|
||||
|
||||
import bs4
|
||||
import requests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue