chg: Remove import

pull/264/head
Raphaël Vinot 2021-09-17 15:10:21 +02:00
parent 275b4aee93
commit bfcb4feb9a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import json
import logging
from datetime import date
from pathlib import Path
from typing import Any, Dict, Optional
from typing import Any, Dict
import requests